diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2020-08-25 20:15:05 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2020-09-02 04:29:00 +0300 |
| commit | 5fe6e661c8e8a180c6c2f256705eec951887b861 (patch) | |
| tree | f78f7081c4624030947f574d16c74e2b3a58656a | |
| parent | fe70a07cd9b7255b8f1e181e800a4b3423504a89 (diff) | |
| download | rabbitmq-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
