diff options
| author | ANycz <aleksander.nycz@comarch.com> | 2019-12-11 23:11:15 +0100 |
|---|---|---|
| committer | ANycz <aleksander.nycz@comarch.com> | 2019-12-11 23:11:15 +0100 |
| commit | 3daa6be55cb81d86da0bddad39a06378c3b5aeba (patch) | |
| tree | c567c90fb6fe26ba0adefcab266bdb294714a7a3 /Makefile | |
| parent | 178757932e65704abd95a1bf64c460956a9391fa (diff) | |
| download | rabbitmq-server-git-3daa6be55cb81d86da0bddad39a06378c3b5aeba.tar.gz | |
make garbage collector threshold configurable
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -129,7 +129,9 @@ define PROJECT_ENV %% interval at which the channel can perform periodic actions {channel_tick_interval, 60000}, %% Default max message size is 128 MB - {max_message_size, 134217728} + {max_message_size, 134217728}, + %% Default is ~ 1MB + {gc_threshold, 1000000} ] endef |
