summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c824002b64..e40145dd1c 100644
--- a/Makefile
+++ b/Makefile
@@ -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