diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-01-29 12:24:55 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-01-29 12:24:55 +0000 |
| commit | 2acaff593e0c490fb1eaeb93737f2408ec163b15 (patch) | |
| tree | 5d58e1974fc534582f197489f771303c47877178 | |
| parent | fd808007acc610af6f5f63f99cf62c852358d984 (diff) | |
| download | rabbitmq-server-git-2acaff593e0c490fb1eaeb93737f2408ec163b15.tar.gz | |
Based on some testing, we can reduce this somewhat.
| -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 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 |
