Skip to content

Commit

Permalink
Formatting (#1383)
Browse files Browse the repository at this point in the history
  • Loading branch information
svroonland authored Nov 13, 2024
1 parent 504074f commit ae4fd29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class ConsumerBenchmark extends ZioBenchmark[Kafka with Producer] {
consumerSettings(
randomThing("client"),
Some(randomThing("group")),
`max.poll.records` = 1000,
`max.poll.records` = 1000
).map(_.withPartitionPreFetchBufferLimit(8192))
) ++ ZLayer.succeed(Diagnostics.NoOp)) >>> Consumer.live

Expand Down

0 comments on commit ae4fd29

Please sign in to comment.