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, } }