Update the heartbeat and handshake timeout
This change updates the default heartbeat and handshake timeouts by simply doubling the default handshake timings and updating the heartbeat timeout from 60 to 640. Signed-off-by: Kevin Carter <kevin@cloudnull.com> Change-Id: I8fd7125e40b68ae1e2788602e3fa493ba7d8098d
This commit is contained in:
parent
30f338e4bc
commit
91def52b97
@ -3,6 +3,9 @@ collect_statistics_interval = {{ rabbitmq_collect_statistics_interval }}
|
||||
|
||||
log.journald = true
|
||||
log.file = false
|
||||
heartbeat = 640
|
||||
ssl_handshake_timeout = 20000
|
||||
handshake_timeout = 40000
|
||||
|
||||
{% for key, value in rabbitmq_port_bindings.items() %}
|
||||
{% if 'tcp' in key %}
|
||||
|
Loading…
Reference in New Issue
Block a user