We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5205723 commit 32a09d5Copy full SHA for 32a09d5
1 file changed
src/Vertex.Utils/Channels/ThreadChannel.cs
@@ -32,7 +32,7 @@ public class ThreadChannel<T> : IMpscChannel<T>, ISequenceMpscChannel
32
/// </summary>
33
private int maxMillisecondsDelay;
34
35
- public ThreadChannel(ILogger<BufferBlockChannel<T>> logger, IOptions<ChannelOptions> options)
+ public ThreadChannel(ILogger<ThreadChannel<T>> logger, IOptions<ChannelOptions> options)
36
{
37
this.logger = logger;
38
this.maxBatchSize = options.Value.MaxBatchSize;
0 commit comments