diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-09-29 12:10:59 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-09-29 12:10:59 +0100 |
| commit | 44b68e1bcf7ccdd79bad929a5f7b864859abf4a0 (patch) | |
| tree | bce4977adfa64f4360724e578621e57fb99ed1ae /ebin | |
| parent | d0ec4655ca3bf687addaf3a08868b71bea4309e7 (diff) | |
| download | rabbitmq-server-git-44b68e1bcf7ccdd79bad929a5f7b864859abf4a0.tar.gz | |
Cluster keepalives.
Diffstat (limited to 'ebin')
| -rw-r--r-- | ebin/rabbit_app.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in index f26e0f7709..888e4dbabf 100644 --- a/ebin/rabbit_app.in +++ b/ebin/rabbit_app.in @@ -50,6 +50,7 @@ {handshake_timeout, 10000}, {reverse_dns_lookups, false}, {cluster_partition_handling, ignore}, + {cluster_keepalive_interval, 10000}, {tcp_listen_options, [binary, {packet, raw}, {reuseaddr, true}, |
