Revert "default of kombu_missing_consumer_retry_timeout"

This reverts commit 8c03a6db6c.

Closes-bug: #1524418
Change-Id: I35538a6c15d6402272e4513bc1beaa537b0dd7b9
This commit is contained in:
Mehdi Abaakouk 2015-12-09 19:37:40 +01:00
parent e72599435c
commit 3ee86964fa
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ rabbit_opts = [
'AMQP consumer cancel notification.'),
cfg.IntOpt('kombu_missing_consumer_retry_timeout',
deprecated_name="kombu_reconnect_timeout",
default=5,
default=60,
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.'),