diff options
| author | Ayanda-D <ayanda.dube@erlang-solutions.com> | 2020-06-10 10:10:48 +0100 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2020-08-24 20:14:29 +0300 |
| commit | 568e2ae6f8d1eab350eef826ce777e13242dbe62 (patch) | |
| tree | 08de976d96c9a32daa19580388efcc8a6e74e028 /Makefile | |
| parent | a38f80ae0504bbd74a89334045d687372fd8832f (diff) | |
| download | rabbitmq-server-git-568e2ae6f8d1eab350eef826ce777e13242dbe62.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 |
