Merge "default of kombu_missing_consumer_retry_timeout"

This commit is contained in:
Jenkins 2015-12-04 13:26:17 +00:00 committed by Gerrit Code Review
commit ee240fbb8d

@ -75,7 +75,7 @@ rabbit_opts = [
'AMQP consumer cancel notification.'),
cfg.IntOpt('kombu_missing_consumer_retry_timeout',
deprecated_name="kombu_reconnect_timeout",
default=60,
default=5,
help='How long to wait a missing client beforce abandoning to '
'send it its replies. This value should not be longer '
'than rpc_response_timeout.'),