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:
1 changed files with 3 additions and 0 deletions
@@ -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 %}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.