diff options
| author | Matthew Sackman <matthew@lshift.net> | 2009-08-27 15:21:50 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@lshift.net> | 2009-08-27 15:21:50 +0100 |
| commit | 063305f12676de3c94c9bf5323777892be517d19 (patch) | |
| tree | af997d97d03bc54b4b8a60be69fb3a6aebd26e3b | |
| parent | 49c93fc7abdb776c6d59f8b01b72860958628872 (diff) | |
| download | rabbitmq-server-git-063305f12676de3c94c9bf5323777892be517d19.tar.gz | |
filesync is unnecessary because tx_commit really is synchronous.
| -rw-r--r-- | src/rabbit_mixed_queue.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rabbit_mixed_queue.erl b/src/rabbit_mixed_queue.erl index bf69dbca22..f0df7777a6 100644 --- a/src/rabbit_mixed_queue.erl +++ b/src/rabbit_mixed_queue.erl @@ -489,7 +489,6 @@ flush_requeue_to_disk_queue(_Q, 0, Commit, Ack) -> {Commit, Ack}; flush_requeue_to_disk_queue(Q, RequeueCount, Commit, Ack) -> ok = flush_messages_to_disk_queue(Q, Commit, Ack), - ok = rabbit_disk_queue:filesync(), ok = rabbit_disk_queue:requeue_next_n(Q, RequeueCount), {[], []}. |
