Skip to content

Commit cb444b6

Browse files
committed
Fix rabbit_qos_prefetch_count
1 parent e88701f commit cb444b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oslo_messaging/_drivers/impl_rabbit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
'duration of the TTL are automatically deleted. The '
165165
'parameter affects only reply and fanout queues.'),
166166
cfg.IntOpt('rabbit_qos_prefetch_count',
167-
default=1,
167+
default=0,
168168
help='Specifies the number of messages to prefetch. Setting to '
169169
'zero allows unlimited messages.'),
170170
cfg.IntOpt('heartbeat_timeout_threshold',

0 commit comments

Comments
 (0)