Browse Source

default prefetch

pull/114/head
wagslane 3 years ago
parent
commit
23c587e2ae
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