diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2019-04-25 21:10:52 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2019-04-25 21:10:52 +0300 |
| commit | 99d0adebb332fa45e9507e7b8d5a73bd4ab34338 (patch) | |
| tree | bf4e41bbf82592e5114901362a667d3fe7166894 /Makefile | |
| parent | d279ccfee32764ad76517fb101015fa7ec77d9f5 (diff) | |
| parent | e237612ae74990aff612a79b617d1dad438aaf51 (diff) | |
| download | rabbitmq-server-git-99d0adebb332fa45e9507e7b8d5a73bd4ab34338.tar.gz | |
Merge branch 'master' into rabbitmq-erlang-client-91
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -126,7 +126,8 @@ define PROJECT_ENV {vhost_restart_strategy, continue}, %% {global, prefetch count} {default_consumer_prefetch, {false, 0}}, - {channel_queue_cleanup_interval, 60000}, + %% interval at which the channel can perform periodic actions + {channel_tick_interval, 60000}, %% Default max message size is 128 MB {max_message_size, 134217728} ] |
