From 99e36ef2a49ed3282bdf8c7aeae4c94bc0b3cac8 Mon Sep 17 00:00:00 2001 From: Fredrik Wallgren Date: Thu, 16 Jun 2022 12:41:31 +0200 Subject: [PATCH] Change default value for defrag interval to hourly --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index f1e4c4fd..5ce311cd 100644 --- a/main.go +++ b/main.go @@ -45,7 +45,7 @@ const ( const ( defaultDefragThreshold = 80 - defaultDefragWithoutThresholdInterval = "weekly" + defaultDefragWithoutThresholdInterval = "hourly" ) func init() {