diff options
| -rw-r--r-- | src/rabbit_variable_queue.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_variable_queue.erl b/src/rabbit_variable_queue.erl index 2c00c4da07..765d01a4d7 100644 --- a/src/rabbit_variable_queue.erl +++ b/src/rabbit_variable_queue.erl @@ -85,7 +85,7 @@ %% fewer than RAM_INDEX_BATCH_SIZE indices out in one go, and we don't %% write more - we can always come back on the next publish to do %% more. --define(RAM_INDEX_BATCH_SIZE, 1024). +-define(RAM_INDEX_BATCH_SIZE, 64). %%---------------------------------------------------------------------------- |
