From 23c587e2ae059c11102ac6c62b1e3e239097622f Mon Sep 17 00:00:00 2001 From: wagslane Date: Sun, 19 Mar 2023 16:18:07 -0600 Subject: [PATCH] default prefetch --- consumer_options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consumer_options.go b/consumer_options.go index 904a561..80f2979 100644 --- a/consumer_options.go +++ b/consumer_options.go @@ -40,7 +40,7 @@ func getDefaultConsumerOptions(queueName string) ConsumerOptions { Bindings: []Binding{}, Concurrency: 1, Logger: stdDebugLogger{}, - QOSPrefetch: 0, + QOSPrefetch: 10, QOSGlobal: false, } }