Browse Source

Merge pull request #114 from wagslane/lw_prefetch

default prefetch
pull/115/head
Lane Wagner 3 years ago
committed by GitHub
parent
commit
167279b51c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      consumer_options.go

+ 1
- 1
consumer_options.go View File

@ -40,7 +40,7 @@ func getDefaultConsumerOptions(queueName string) ConsumerOptions {
Bindings: []Binding{},
Concurrency: 1,
Logger: stdDebugLogger{},
QOSPrefetch: 0,
QOSPrefetch: 10,
QOSGlobal: false,
}
}


Loading…
Cancel
Save