Skip to content

Commit a521119

Browse files
committed
Add last missing config properties to example config
This was the last pass, there are no more left in PROJECT_ENV, promise.
1 parent e4b2fe7 commit a521119

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/rabbitmq.config.example

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,12 @@
310310
%%
311311
%% {mirroring_sync_batch_size, 4096},
312312

313+
%% Controls flow control between queue mirrors
314+
%% Be careful with this configuration, it's controversial
315+
%% https://github.com/rabbitmq/rabbitmq-server/pull/133
316+
%%
317+
%% {mirroring_flow_control, true},
318+
313319
%% To announce custom properties to clients on connection:
314320
%%
315321
%% {server_properties, []},
@@ -407,6 +413,14 @@
407413
%%
408414
%% {lazy_queue_explicit_gc_run_operation_threshold, 1000},
409415

416+
%% Number of times to retry querying disk space usage
417+
%%
418+
%% {disk_monitor_failure_retries, 10},
419+
420+
%% Milliseconds to wait for disk space usage values
421+
%%
422+
%% {disk_monitor_failure_retry_interval, 120000},
423+
410424
%% Whether or not to enable background GC.
411425
%%
412426
%% {background_gc_enabled, false},

0 commit comments

Comments
 (0)