Skip to content

Commit c7af785

Browse files
Lower heartbeat timeout default to 60
Fixes #297.
1 parent 10059bc commit c7af785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ebin/rabbit_app.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
%% breaks the QPid Java client
2727
{frame_max, 131072},
2828
{channel_max, 0},
29-
{heartbeat, 580},
29+
{heartbeat, 60},
3030
{msg_store_file_size_limit, 16777216},
3131
{fhc_write_buffering, true},
3232
{fhc_read_buffering, true},

0 commit comments

Comments
 (0)