summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2010-06-21 16:40:11 +0100
committerMatthew Sackman <matthew@rabbitmq.com>2010-06-21 16:40:11 +0100
commit571c002220ae2c0422f121088e4f16fc8f9ad280 (patch)
tree46dfe75cc1f3fe2df158b13ec282b9f54c7a01ba
parent9f15075dbfbef16537ba8a7c47e737f2ff2b749a (diff)
downloadrabbitmq-server-git-571c002220ae2c0422f121088e4f16fc8f9ad280.tar.gz
Apparently this is better
-rw-r--r--src/rabbit_queue_index.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_queue_index.erl b/src/rabbit_queue_index.erl
index 9e970e2890..1f61111ccd 100644
--- a/src/rabbit_queue_index.erl
+++ b/src/rabbit_queue_index.erl
@@ -152,7 +152,7 @@
%% ---- misc ----
--define(PUB, {__Guid, __IsPersistent}).
+-define(PUB, {_, _}). %% {Guid, IsPersistent}
-define(READ_MODE, [binary, raw, read, {read_ahead, ?SEGMENT_TOTAL_SIZE}]).