Skip to content

Commit

Permalink
Reduce number of ThreadPool work items during replication
Browse files Browse the repository at this point in the history
  • Loading branch information
sakno committed Aug 8, 2023
1 parent 8b5ecd9 commit 1ecd044
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ internal ReplicationWorkItem(
IAuditTrail<IRaftLogEntry> auditTrail,
long currentIndex,
CancellationToken token)
: base(replicator, TaskCreationOptions.RunContinuationsAsynchronously)
: base(replicator)
{
Debug.Assert(auditTrail is not null);

Expand Down

0 comments on commit 1ecd044

Please sign in to comment.