summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5b8835e3cc..da56b2ad9c 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ define PROJECT_ENV
%% breaks the QPid Java client
{frame_max, 131072},
%% see rabbitmq-server#1593
- {channel_max, 2048},
+ {channel_max, 2047},
{connection_max, infinity},
{heartbeat, 60},
{msg_store_file_size_limit, 16777216},