Skip to content

Commit 3656776

Browse files
Change channel_max default to 2048
Closes #1593. (cherry picked from commit 1eb80a1)
1 parent 069e58b commit 3656776

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ define PROJECT_ENV
2424
%% 0 ("no limit") would make a better default, but that
2525
%% breaks the QPid Java client
2626
{frame_max, 131072},
27-
{channel_max, 0},
27+
%% see rabbitmq-server#1593
28+
{channel_max, 2048},
2829
{connection_max, infinity},
2930
{heartbeat, 60},
3031
{msg_store_file_size_limit, 16777216},
@@ -62,7 +63,7 @@ define PROJECT_ENV
6263
]},
6364
{halt_on_upgrade_failure, true},
6465
{hipe_compile, false},
65-
%% see bug 24513 for how this list was created
66+
%% see bug 24513 [in legacy Bugzilla] for how this list was created
6667
{hipe_modules,
6768
[rabbit_reader, rabbit_channel, gen_server2, rabbit_exchange,
6869
rabbit_command_assembler, rabbit_framing_amqp_0_9_1, rabbit_basic,

0 commit comments

Comments
 (0)