Browse Source
Merge pull request #114 from wagslane/lw_prefetch
default prefetch
pull/115/head
Lane Wagner
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
consumer_options.go
|
|
|
@ -40,7 +40,7 @@ func getDefaultConsumerOptions(queueName string) ConsumerOptions { |
|
|
|
Bindings: []Binding{}, |
|
|
|
Concurrency: 1, |
|
|
|
Logger: stdDebugLogger{}, |
|
|
|
QOSPrefetch: 0, |
|
|
|
QOSPrefetch: 10, |
|
|
|
QOSGlobal: false, |
|
|
|
} |
|
|
|
} |
|
|
|
|