diff options
author | Michael Klishin <michael@rabbitmq.com> | 2014-08-11 18:10:57 +0400 |
---|---|---|
committer | Michael Klishin <michael@rabbitmq.com> | 2014-08-11 18:10:57 +0400 |
commit | 77fd29ef769af9129808f8fb4c970f5494e7b368 (patch) | |
tree | 32d1a32d505b1a3121a76405a4e8061979fd8133 | |
parent | 17df05e04c625afc189b285bcaa630bb0298f264 (diff) | |
download | rabbitmq-server-bug26306.tar.gz |
Restore a poorly placed commentbug26306
-rw-r--r-- | src/rabbit_limiter.erl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rabbit_limiter.erl b/src/rabbit_limiter.erl index a5205d97..f32a187d 100644 --- a/src/rabbit_limiter.erl +++ b/src/rabbit_limiter.erl @@ -183,6 +183,9 @@ -record(lim, {prefetch_count = 0, ch_pid, + %% 'Notify' is a boolean that indicates whether a queue should be + %% notified of a change in the limit or volume that may allow it to + %% deliver more messages via the limiter's channel. queues = orddict:new(), % QPid -> {MonitorRef, Notify} volume = 0}). |