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:
Kevin Carter 2022-09-05 21:48:33 -05:00
parent 30f338e4bc
commit 91def52b97
1 changed files with 3 additions and 0 deletions

View File

@ -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 %}