summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-03-14 17:40:23 +0000
committerGerrit Code Review <review@openstack.org>2016-03-14 17:40:23 +0000
commit892fef4b632afbe1285d44f74a305479434ca347 (patch)
treeefc803880734d04e3567cb9aa4856c2823b488c6
parentda3cd9be3adc8d53a0a42b80f8bd1c705cf337d9 (diff)
parentf8cad0e76d1d7ed0c60b0a7c2cd6c157382f0e9a (diff)
downloadoslo-messaging-4.5.1.tar.gz
Merge "Bump rabbit_transient_queues_ttl to 30 mins" into stable/mitaka4.5.1
-rw-r--r--oslo_messaging/_drivers/impl_rabbit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oslo_messaging/_drivers/impl_rabbit.py b/oslo_messaging/_drivers/impl_rabbit.py
index 1776fb5..a67e707 100644
--- a/oslo_messaging/_drivers/impl_rabbit.py
+++ b/oslo_messaging/_drivers/impl_rabbit.py
@@ -158,7 +158,7 @@ rabbit_opts = [
"""'{"ha-mode": "all"}' \""""),
cfg.IntOpt('rabbit_transient_queues_ttl',
min=1,
- default=600,
+ default=1800,
help='Positive integer representing duration in seconds for '
'queue TTL (x-expires). Queues which are unused for the '
'duration of the TTL are automatically deleted. The '