This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
go-rabbitmq
mirror of
https://github.com/wagslane/go-rabbitmq
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
33
Wiki
Activity
Browse Source
default prefetch
pull/114/head
wagslane
3 years ago
parent
ac77aaba19
commit
23c587e2ae
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
:
1
0
,
QOSGlobal
:
false
,
}
}
Write
Preview
Loading…
Cancel
Save