Change channel_max default to 2048
Part of rabbitmq/rabbitmq-server#1593.
This commit is contained in:
parent
02d948d237
commit
d06c845f49
|
@ -27,7 +27,7 @@
|
|||
virtual_host = <<"/">>,
|
||||
host = "localhost",
|
||||
port = undefined,
|
||||
channel_max = 0,
|
||||
channel_max = 2048,
|
||||
frame_max = 0,
|
||||
heartbeat = 10,
|
||||
connection_timeout = 60000,
|
||||
|
|
Loading…
Reference in New Issue