Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ private ITargetBlock<OperationMessage> CreateMessageWriter()
var target = new ActionBlock<OperationMessage>(
WriteMessageAsync, new ExecutionDataflowBlockOptions
{
BoundedCapacity = 1,
MaxDegreeOfParallelism = 1,
EnsureOrdered = true
});
Expand Down