summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2020-01-11 19:23:30 +0300
committerMichael Klishin <michael@clojurewerkz.org>2020-01-11 19:23:30 +0300
commit8ff98742d0d8ed5b64233d1bb9cf63b5a0c0d0e4 (patch)
treec3dd2992533699b7261a5e96b232bfb4689a7c42 /Makefile
parent791056b2d1f78cc0094f836ceb779fe6a2d00699 (diff)
downloadrabbitmq-server-git-8ff98742d0d8ed5b64233d1bb9cf63b5a0c0d0e4.tar.gz
Make autoheal state transition timeout configurable
In continuation to #2208.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b0b6ecb3f6..420d8b32f0 100644
--- a/Makefile
+++ b/Makefile
@@ -56,6 +56,7 @@ define PROJECT_ENV
{reverse_dns_lookups, false},
{cluster_partition_handling, ignore},
{cluster_keepalive_interval, 10000},
+ {autoheal_state_transition_timeout, 60000},
{tcp_listen_options, [{backlog, 128},
{nodelay, true},
{linger, {true, 0}},