From 3ee86964fa460882d8fcac8686edd0e6bfb12008 Mon Sep 17 00:00:00 2001 From: Mehdi Abaakouk <sileht@redhat.com> Date: Wed, 9 Dec 2015 19:37:40 +0100 Subject: [PATCH] Revert "default of kombu_missing_consumer_retry_timeout" This reverts commit 8c03a6db6c0396099e7425834998da5478a1df7c. Closes-bug: #1524418 Change-Id: I35538a6c15d6402272e4513bc1beaa537b0dd7b9 --- oslo_messaging/_drivers/impl_rabbit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo_messaging/_drivers/impl_rabbit.py b/oslo_messaging/_drivers/impl_rabbit.py index f8b4aea7c..9f7a327a2 100644 --- a/oslo_messaging/_drivers/impl_rabbit.py +++ b/oslo_messaging/_drivers/impl_rabbit.py @@ -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.'),