mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-04 17:34:49 -04:00
#1943 Able to config fsck timeout
This commit is contained in:
parent
b8d48bdb62
commit
718d3ae258
7 changed files with 8 additions and 8 deletions
|
@ -162,6 +162,7 @@ var (
|
|||
Enabled bool
|
||||
RunAtStart bool
|
||||
Schedule string
|
||||
Timeout time.Duration
|
||||
Args []string `delim:" "`
|
||||
} `ini:"cron.repo_health_check"`
|
||||
CheckRepoStats struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue