Skip to content

Commit

Permalink
Pass setting
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasohlund committed Dec 4, 2024
1 parent 4cbc8e2 commit ab10b9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public Task Configure(CancellationToken cancellationToken = default)
var connectionManager = new ConnectionManager(connectionFactory);
SagaIdGenerator = new DefaultSagaIdGenerator();
SagaStorage = new SagaPersister(infoCache, dialect);
OutboxStorage = CreateOutboxPersister(connectionManager, dialect, false, useTransactionScopeScope, isolationLevel, scopeIsolationLevel);
OutboxStorage = CreateOutboxPersister(connectionManager, dialect, useTransactionScopeScope, useTransactionScopeScope, isolationLevel, scopeIsolationLevel);
SupportsPessimisticConcurrency = usePessimisticModeForSagas;
CreateStorageSession = () => new StorageSession(connectionManager, infoCache, dialect);

Expand Down

0 comments on commit ab10b9c

Please sign in to comment.