#1943 Able to config fsck timeout

This commit is contained in:
Unknwon
2015-12-09 11:38:12 -05:00
parent b8d48bdb62
commit 718d3ae258
7 changed files with 8 additions and 8 deletions

View File

@ -162,6 +162,7 @@ var (
Enabled bool
RunAtStart bool
Schedule string
Timeout time.Duration
Args []string `delim:" "`
} `ini:"cron.repo_health_check"`
CheckRepoStats struct {