1 parent f0b89fb commit 2e5ecccCopy full SHA for 2e5eccc
1 file changed
FBus.RabbitMQ/Transport.fs
@@ -80,7 +80,6 @@ type RabbitMQ(uri, busConfig: BusConfiguration, msgCallback) =
80
| _ -> $"fbus:client:{clientName}"
81
82
let configureAck () =
83
- // Keep good defaults: prefetch 10 at concurrency=1; else max(10, concurrency)
84
channel.BasicQos(prefetchSize = 0ul, prefetchCount = prefetchCount, ``global`` = false)
85
channel.ConfirmSelect()
86
0 commit comments