summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAyanda-D <ayanda.dube@erlang-solutions.com>2020-06-10 10:10:48 +0100
committerMichael Klishin <michael@clojurewerkz.org>2020-09-02 04:28:58 +0300
commit3ea173725611662a666c95c336c3f3d0d34ff74a (patch)
treee7510513f46580965a1e5365efcea456a8d2555f /Makefile
parent275cecce2f9f429a77190712ad3f45afcbc31459 (diff)
downloadrabbitmq-server-git-3ea173725611662a666c95c336c3f3d0d34ff74a.tar.gz
Introduce per-user channel tracking
Make 'tracking_execution_timeout' configurable Add per_user_connection_channel_tracking_SUITE
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5f9373c9b3..a90fa79ac2 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, 5000}
]
endef