Merge "Bump rabbit_transient_queues_ttl to 30 mins"
This commit is contained in:
commit
0faa76da56
@ -158,7 +158,7 @@ rabbit_opts = [
|
|||||||
"""'{"ha-mode": "all"}' \""""),
|
"""'{"ha-mode": "all"}' \""""),
|
||||||
cfg.IntOpt('rabbit_transient_queues_ttl',
|
cfg.IntOpt('rabbit_transient_queues_ttl',
|
||||||
min=1,
|
min=1,
|
||||||
default=600,
|
default=1800,
|
||||||
help='Positive integer representing duration in seconds for '
|
help='Positive integer representing duration in seconds for '
|
||||||
'queue TTL (x-expires). Queues which are unused for the '
|
'queue TTL (x-expires). Queues which are unused for the '
|
||||||
'duration of the TTL are automatically deleted. The '
|
'duration of the TTL are automatically deleted. The '
|
||||||
|
Loading…
x
Reference in New Issue
Block a user