diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2017-02-05 23:05:52 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2017-02-05 23:05:54 +0300 |
| commit | 0d596be722460638331340d45ae7724a7f585200 (patch) | |
| tree | 2f2d7943f6062a3159a84e654aa98ca7fbf46175 | |
| parent | 2f3fb8023ba1f535b13f4deb97106c08b78bc1d9 (diff) | |
| download | rabbitmq-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
