diff options
| author | Diana Corbacho <diana@rabbitmq.com> | 2017-04-12 08:27:29 +0100 |
|---|---|---|
| committer | Diana Corbacho <diana@rabbitmq.com> | 2017-04-12 08:27:29 +0100 |
| commit | 186c32700b52de68cb3ba71e445844d236519603 (patch) | |
| tree | d78a17a4c39ba64fdaec653261a15064a19fa5ef /Makefile | |
| parent | fe56987d5b8ccf6b8ad073f240c9bf8a330e532d (diff) | |
| download | rabbitmq-server-git-186c32700b52de68cb3ba71e445844d236519603.tar.gz | |
Re-enable disk_monitor in case of parser failures
Parser failures could be transient on start-up, so retry a few times
before giving up.
rabbitmq-server#1178
[#143558437]
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -107,7 +107,9 @@ define PROJECT_ENV {queue_explicit_gc_run_operation_threshold, 1000}, {lazy_queue_explicit_gc_run_operation_threshold, 1000}, {background_gc_enabled, false}, - {background_gc_target_interval, 60000} + {background_gc_target_interval, 60000}, + {disk_monitor_enable_retries, 10}, + {disk_monitor_enable_interval, 120000} ] endef |
