Skip to content

Commit 835d6d7

Browse files
Use 2047
Since channel 0 exists on every connection for negotiation and error communication. 655365 = (1 << 16) - 1, so 2047 = (1 << 11) - 1. (cherry picked from commit 7a38981)
1 parent 3656776 commit 835d6d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ define PROJECT_ENV
2525
%% breaks the QPid Java client
2626
{frame_max, 131072},
2727
%% see rabbitmq-server#1593
28-
{channel_max, 2048},
28+
{channel_max, 2047},
2929
{connection_max, infinity},
3030
{heartbeat, 60},
3131
{msg_store_file_size_limit, 16777216},

0 commit comments

Comments
 (0)