summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2016-06-05 02:22:33 +0300
committerMichael Klishin <michael@clojurewerkz.org>2016-06-05 02:22:33 +0300
commit4edec0969fa31c26e9c6020ad1bab33a0491f292 (patch)
tree97cd8f28f34a642c95ee010e24669bd1acec164a
parenteb60bcfe5dec939d577fbde00b1a140031fb1d03 (diff)
downloadrabbitmq-server-git-4edec0969fa31c26e9c6020ad1bab33a0491f292.tar.gz
Docs correction
-rw-r--r--src/rabbit_amqqueue_process.erl8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/rabbit_amqqueue_process.erl b/src/rabbit_amqqueue_process.erl
index 844890a52a..cd21aa62b8 100644
--- a/src/rabbit_amqqueue_process.erl
+++ b/src/rabbit_amqqueue_process.erl
@@ -80,10 +80,10 @@
max_length,
%% max length in bytes, if configured
max_bytes,
- %% used to discard outdated/superceded policy updates,
- %% e.g. when policies are applied concurrently. See
- %% https://github.com/rabbitmq/rabbitmq-server/issues/803 for one
- %% example.
+ %% when policies change, this version helps queue
+ %% determine what previously scheduled/set up state to ignore,
+ %% e.g. message expiration messages from previously set up timers
+ %% that may or may not be still valid
args_policy_version,
%% running | flow | idle
status