Skip to content

Commit 0d596be

Browse files
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.
1 parent 2f3fb80 commit 0d596be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ define PROJECT_ENV
9090
%% setting has no effect because credit_flow is not used when
9191
%% writing to the queue index. See the setting
9292
%% queue_index_embed_msgs_below above.
93-
{msg_store_credit_disc_bound, {2000, 500}},
93+
{msg_store_credit_disc_bound, {3000, 800}},
9494
{msg_store_io_batch_size, 2048},
9595
%% see rabbitmq-server#143
9696
%% and rabbitmq-server#949

0 commit comments

Comments
 (0)