diff options
| author | Ayanda-D <ayanda.dube@erlang-solutions.com> | 2020-06-10 10:10:48 +0100 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2020-09-02 04:28:58 +0300 |
| commit | 3ea173725611662a666c95c336c3f3d0d34ff74a (patch) | |
| tree | e7510513f46580965a1e5365efcea456a8d2555f /Makefile | |
| parent | 275cecce2f9f429a77190712ad3f45afcbc31459 (diff) | |
| download | rabbitmq-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-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
