summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2020-08-25 20:15:05 +0300
committerMichael Klishin <michael@clojurewerkz.org>2020-09-02 04:29:00 +0300
commit5fe6e661c8e8a180c6c2f256705eec951887b861 (patch)
treef78f7081c4624030947f574d16c74e2b3a58656a
parentfe70a07cd9b7255b8f1e181e800a4b3423504a89 (diff)
downloadrabbitmq-server-git-5fe6e661c8e8a180c6c2f256705eec951887b861.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