summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2020-08-25 20:15:05 +0300
committerMichael Klishin <michael@clojurewerkz.org>2020-08-25 20:15:05 +0300
commit5bf446faece2adf7fb5b790ba8bb24379fd8cb96 (patch)
treedb7f22a744e57265b1cec152c41096f6009d58e8
parent65f84a8fa9f340e663b246dc2d23bdde3fef858a (diff)
downloadrabbitmq-server-git-5bf446faece2adf7fb5b790ba8bb24379fd8cb96.tar.gz
Bump tracking execution timeout to 15s
We have seen false positives from 5s timeouts on heavy loaded nodes, way more than once.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a90fa79ac2..3c38e5f57c 100644
--- a/Makefile
+++ b/Makefile
@@ -117,7 +117,7 @@ define PROJECT_ENV
%% Socket writer will run GC every 1 GB of outgoing data
{writer_gc_threshold, 1000000000},
%% interval at which connection/channel tracking executes post operations
- {tracking_execution_timeout, 5000}
+ {tracking_execution_timeout, 15000}
]
endef