Skip to content

Commit 2e5eccc

Browse files
committed
cleanup
1 parent f0b89fb commit 2e5eccc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

FBus.RabbitMQ/Transport.fs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ type RabbitMQ(uri, busConfig: BusConfiguration, msgCallback) =
8080
| _ -> $"fbus:client:{clientName}"
8181

8282
let configureAck () =
83-
// Keep good defaults: prefetch 10 at concurrency=1; else max(10, concurrency)
8483
channel.BasicQos(prefetchSize = 0ul, prefetchCount = prefetchCount, ``global`` = false)
8584
channel.ConfirmSelect()
8685

0 commit comments

Comments
 (0)