diff options
| -rw-r--r-- | src/rabbit_reader.erl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rabbit_reader.erl b/src/rabbit_reader.erl index 687e638a69..550dac3f16 100644 --- a/src/rabbit_reader.erl +++ b/src/rabbit_reader.erl @@ -885,9 +885,9 @@ handle_method0(#'connection.tune_ok'{frame_max = FrameMax, State#v1{connection_state = opening, channel_count = 0, connection = Connection#connection{ - frame_max = FrameMax, - channel_max = ChannelMax, - timeout_sec = ClientHeartbeat}, + frame_max = FrameMax, + channel_max = ChannelMax, + timeout_sec = ClientHeartbeat}, queue_collector = Collector, heartbeater = Heartbeater}; |
