summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2020-08-31 08:37:22 +0300
committerMichael Klishin <michael@clojurewerkz.org>2020-08-31 08:37:22 +0300
commit58a3b450ab3cabe29576bfb6504449c94ae1ac62 (patch)
tree8e59bacdd4b2bcafaf12f2e3444e5e7a314d3be5 /Makefile
parent716d293e0dfc727700dfb93be64081c5cbf6dd5a (diff)
parent37641110273bdfe274d378a549cb9343980be8f2 (diff)
downloadrabbitmq-server-git-58a3b450ab3cabe29576bfb6504449c94ae1ac62.tar.gz
Merge branch 'Ayanda-D-rabbitmq-per-user-connection-channel-limits'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5f9373c9b3..3c38e5f57c 100644
--- a/Makefile
+++ b/Makefile
@@ -115,7 +115,9 @@ define PROJECT_ENV
%% Default max message size is 128 MB
{max_message_size, 134217728},
%% Socket writer will run GC every 1 GB of outgoing data
- {writer_gc_threshold, 1000000000}
+ {writer_gc_threshold, 1000000000},
+ %% interval at which connection/channel tracking executes post operations
+ {tracking_execution_timeout, 15000}
]
endef