diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2012-10-16 14:03:41 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2012-10-16 14:03:41 +0100 |
| commit | e29d474206abe733001917ee7a53355e42260121 (patch) | |
| tree | 269b1a22835e9d730d5811e3bb0594f06a0621cc /src | |
| parent | 180b2eae902db2710bee5db4a8f089a82f76d37b (diff) | |
| parent | 44f4940b6cffb50c1cf59662e3ba97d32babea15 (diff) | |
| download | rabbitmq-server-git-e29d474206abe733001917ee7a53355e42260121.tar.gz | |
merge heads
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_amqqueue_process.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_amqqueue_process.erl b/src/rabbit_amqqueue_process.erl index b8aad11afa..7cdd7c8bd9 100644 --- a/src/rabbit_amqqueue_process.erl +++ b/src/rabbit_amqqueue_process.erl @@ -546,7 +546,7 @@ deliver_or_enqueue(Delivery = #delivery{message = Message, sender = SenderPid}, case attempt_delivery(Delivery, Props, State1) of {true, State2} -> State2; - %% the next one is an optimisations + %% The next one is an optimisation %% TODO: optimise the Confirm =/= never case too {false, State2 = #q{ttl = 0, dlx = undefined, backing_queue = BQ, backing_queue_state = BQS}} |
