Skip to content

Commit c6538f2

Browse files
author
Matt Howlett
committed
additional
1 parent b4e873e commit c6538f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Confluent.Kafka.Benchmark/BenchmarkProducer.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ private static long BenchmarkProducerImpl(string bootstrapServers, string topic,
5555
{ "bootstrap.servers", bootstrapServers },
5656
{ "queue.buffering.max.messages", 2000000 },
5757
{ "message.send.max.retries", 3 },
58-
{ "retry.backoff.ms", 500 }
58+
{ "retry.backoff.ms", 500 },
59+
{ "linger.ms", 100 }
5960
};
6061

6162
Message firstDeliveryReport = null;

0 commit comments

Comments
 (0)