diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2015-10-10 15:08:07 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2015-10-10 15:08:07 +0300 |
| commit | 199d5a96e8d492de14ae4a6410163a927be84272 (patch) | |
| tree | a676e2be9540f18d92c3c18f408ae4a8fb943867 /src | |
| parent | c863a81e480fcfe08271588d9e630e3e782939f6 (diff) | |
| download | rabbitmq-server-git-199d5a96e8d492de14ae4a6410163a927be84272.tar.gz | |
Wording
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_mirror_queue_master.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_mirror_queue_master.erl b/src/rabbit_mirror_queue_master.erl index 6f30c19879..ee3a097a80 100644 --- a/src/rabbit_mirror_queue_master.erl +++ b/src/rabbit_mirror_queue_master.erl @@ -261,7 +261,7 @@ batch_publish(Publishes, ChPid, Flow, MsgSizes), BQS1 = BQ:batch_publish(Publishes2, ChPid, Flow, BQS), ensure_monitoring(ChPid, State #state { backing_queue_state = BQS1 }). -%% [0] When the slave process the publish instruction, it sets the +%% [0] When the slave process handles the publish command, it sets the %% IsDelivered flag to true, so to avoid iterating over the messages %% again at the slave, we do it here. |
