summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2017-02-05 23:05:52 +0300
committerMichael Klishin <mklishin@pivotal.io>2017-02-05 23:05:54 +0300
commit0d596be722460638331340d45ae7724a7f585200 (patch)
tree2f2d7943f6062a3159a84e654aa98ca7fbf46175
parent2f3fb8023ba1f535b13f4deb97106c08b78bc1d9 (diff)
downloadrabbitmq-server-git-0d596be722460638331340d45ae7724a7f585200.tar.gz
Bump message store credit flow settings
If we increase generic value for all processes, we should also increase them for the message store. The ratio isn't particularly scientific.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c79099cd77..c2d6f68a21 100644
--- a/Makefile
+++ b/Makefile
@@ -90,7 +90,7 @@ define PROJECT_ENV
%% setting has no effect because credit_flow is not used when
%% writing to the queue index. See the setting
%% queue_index_embed_msgs_below above.
- {msg_store_credit_disc_bound, {2000, 500}},
+ {msg_store_credit_disc_bound, {3000, 800}},
{msg_store_io_batch_size, 2048},
%% see rabbitmq-server#143
%% and rabbitmq-server#949