summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2012-12-27 23:24:30 +0000
committerMatthias Radestock <matthias@rabbitmq.com>2012-12-27 23:24:30 +0000
commitb52db507d42582ae28f63964b2274439bd07da46 (patch)
tree7814ba915298c41636eaf851af22f891e80a07eb
parent3496b53fea1bec77a92bf11d945426af551604ac (diff)
parent2956e6dda62c838ace81cc60b22a698927f561b8 (diff)
downloadrabbitmq-server-b52db507d42582ae28f63964b2274439bd07da46.tar.gz
merge bug25363 into bug25365
-rw-r--r--src/rabbit_reader.erl3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rabbit_reader.erl b/src/rabbit_reader.erl
index 928786e9..0296537d 100644
--- a/src/rabbit_reader.erl
+++ b/src/rabbit_reader.erl
@@ -622,8 +622,7 @@ post_process_frame({method, MethodName, _}, _ChPid,
State = #v1{connection = #connection{
protocol = Protocol}}) ->
case Protocol:method_has_content(MethodName) of
- true -> erlang:bump_reductions(2000),
- maybe_block(control_throttle(State));
+ true -> maybe_block(control_throttle(State));
false -> control_throttle(State)
end;
post_process_frame(_Frame, _ChPid, State) ->