Skip to content

Commit 157808c

Browse files
committed
Make max_frame consistent between makefile and application
1 parent d3aa774 commit 157808c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_stream/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ define PROJECT_ENV
1111
{nodelay, true}]},
1212
{initial_credits, 50000},
1313
{credits_required_for_unblocking, 12500},
14-
{frame_max, 131072},
14+
{frame_max, 1048576},
1515
{heartbeat, 600},
1616
{advertised_host, undefined},
1717
{advertised_port, undefined}

0 commit comments

Comments
 (0)