Change channel_max default to 2048

Part of rabbitmq/rabbitmq-server#1593.
This commit is contained in:
Michael Klishin 2018-05-09 10:05:46 -05:00
parent 02d948d237
commit d06c845f49
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
virtual_host = <<"/">>,
host = "localhost",
port = undefined,
channel_max = 0,
channel_max = 2048,
frame_max = 0,
heartbeat = 10,
connection_timeout = 60000,