diff options
author | Unknwon <u@gogs.io> | 2015-12-09 11:38:12 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-12-09 11:38:12 -0500 |
commit | 718d3ae25895a37c26b7508848b8c971cc14d433 (patch) | |
tree | 5f3bd6f772255b421e6ae183d8736c9d513008ae /conf | |
parent | b8d48bdb62a95da2752cddf325abcd9cf1f9909d (diff) | |
download | gitea-718d3ae25895a37c26b7508848b8c971cc14d433.tar.gz gitea-718d3ae25895a37c26b7508848b8c971cc14d433.zip |
#1943 Able to config fsck timeout
Diffstat (limited to 'conf')
-rw-r--r-- | conf/app.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/app.ini b/conf/app.ini index d086eb7014..97da594782 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -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 = |