Change channel_max default to 2048

Closes #1593.
This commit is contained in:
Michael Klishin 2018-05-09 10:06:20 -05:00
parent 4005308884
commit 1eb80a11bd
No known key found for this signature in database
GPG Key ID: D1A1B77724CE35D5
1 changed files with 3 additions and 2 deletions

View File

@ -24,7 +24,8 @@ define PROJECT_ENV
%% 0 ("no limit") would make a better default, but that
%% breaks the QPid Java client
{frame_max, 131072},
{channel_max, 0},
%% see rabbitmq-server#1593
{channel_max, 2048},
{connection_max, infinity},
{heartbeat, 60},
{msg_store_file_size_limit, 16777216},
@ -62,7 +63,7 @@ define PROJECT_ENV
]},
{halt_on_upgrade_failure, true},
{hipe_compile, false},
%% see bug 24513 for how this list was created
%% see bug 24513 [in legacy Bugzilla] for how this list was created
{hipe_modules,
[rabbit_reader, rabbit_channel, gen_server2, rabbit_exchange,
rabbit_command_assembler, rabbit_framing_amqp_0_9_1, rabbit_basic,