This commit is contained in:
Matthias Radestock 2010-06-03 14:33:47 +01:00
parent d4c5750f86
commit e951aed7ee
1 changed files with 2 additions and 2 deletions

View File

@ -221,8 +221,8 @@
%% write more - we can always come back on the next publish to do
%% more.
-define(RAM_INDEX_BATCH_SIZE, 64).
-define(PERSISTENT_MSG_STORE, msg_store_persistent).
-define(TRANSIENT_MSG_STORE, msg_store_transient).
-define(PERSISTENT_MSG_STORE, msg_store_persistent).
-define(TRANSIENT_MSG_STORE, msg_store_transient).
-include("rabbit.hrl").