File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 310
310
% %
311
311
% % {mirroring_sync_batch_size, 4096},
312
312
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
+
313
319
% % To announce custom properties to clients on connection:
314
320
% %
315
321
% % {server_properties, []},
407
413
% %
408
414
% % {lazy_queue_explicit_gc_run_operation_threshold, 1000},
409
415
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
+
410
424
% % Whether or not to enable background GC.
411
425
% %
412
426
% % {background_gc_enabled, false},
You can’t perform that action at this time.
0 commit comments