diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2020-08-25 20:15:05 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2020-08-25 20:15:05 +0300 |
| commit | 5bf446faece2adf7fb5b790ba8bb24379fd8cb96 (patch) | |
| tree | db7f22a744e57265b1cec152c41096f6009d58e8 | |
| parent | 65f84a8fa9f340e663b246dc2d23bdde3fef858a (diff) | |
| download | rabbitmq-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-- | 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 |
