1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

#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

@@ -296,6 +296,7 @@ SCHEDULE = @every 1h
; Repository health check
[cron.repo_health_check]
SCHEDULE = @every 24h
TIMEOUT = 60s
; Arguments for command 'git fsck', e.g.: "--unreachable --tags"
; see more on http://git-scm.com/docs/git-fsck/1.7.5
ARGS =