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

Commit

Permalink
Merge pull request #40 from storageos/change-defrag-schedule-to-hourly
Browse files Browse the repository at this point in the history
Change default value for defrag interval to hourly
  • Loading branch information
walle authored Jun 16, 2022
2 parents 07c92ea + 99e36ef commit ec18ef4
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 ec18ef4

Please sign in to comment.