diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2017-10-20 19:30:56 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2017-10-20 19:30:56 +0300 |
| commit | e6448b2170fcc48cc6275f917ac025e13c43ddf2 (patch) | |
| tree | 6e7b063b58c8c877137399f7d647181e24133024 /Makefile | |
| parent | ae15f7127938c6844acaac9740e7aef83338c793 (diff) | |
| download | rabbitmq-server-git-e6448b2170fcc48cc6275f917ac025e13c43ddf2.tar.gz | |
rabbit.max_connections => rabbit.connection_max
We already have rabbit.channel_max, frame_max.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ define PROJECT_ENV %% breaks the QPid Java client {frame_max, 131072}, {channel_max, 0}, + {connection_max, infinity}, {heartbeat, 60}, {msg_store_file_size_limit, 16777216}, {fhc_write_buffering, true}, |
