Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit

Permalink
Change default value for defrag interval to hourly
Browse files Browse the repository at this point in the history
  • Loading branch information
walle committed Jun 16, 2022
1 parent 07c92ea commit 99e36ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const (

const (
defaultDefragThreshold = 80
defaultDefragWithoutThresholdInterval = "weekly"
defaultDefragWithoutThresholdInterval = "hourly"
)

func init() {
Expand Down

0 comments on commit 99e36ef

Please sign in to comment.