summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2014-01-29 12:24:55 +0000
committerSimon MacMullen <simon@rabbitmq.com>2014-01-29 12:24:55 +0000
commit2acaff593e0c490fb1eaeb93737f2408ec163b15 (patch)
tree5d58e1974fc534582f197489f771303c47877178
parentfd808007acc610af6f5f63f99cf62c852358d984 (diff)
downloadrabbitmq-server-git-2acaff593e0c490fb1eaeb93737f2408ec163b15.tar.gz
Based on some testing, we can reduce this somewhat.
-rw-r--r--src/rabbit_variable_queue.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_variable_queue.erl b/src/rabbit_variable_queue.erl
index 6df04552c3..e402a61d5f 100644
--- a/src/rabbit_variable_queue.erl
+++ b/src/rabbit_variable_queue.erl
@@ -392,7 +392,7 @@
%% RAM duration, or every N messages, whichever is sooner. We do this
%% since the priority calculations in rabbit_amqqueue_process need
%% fairly fresh rates.
--define(MSGS_PER_RATE_CALC, 1000).
+-define(MSGS_PER_RATE_CALC, 100).
%%----------------------------------------------------------------------------
%% Public API