Closed
Description
- Gitea version (or commit ref): 1.1.0
- Git version: 2.12.2
- Operating system: Arch Linux
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
- No idea, I can't see the System Notices; check out https://try.gitea.io/frankenstein/cpython
- Log gist: https://gist.github.com/tobyp/5ea4b74b8a2b4684fed971130187a066
Description
I keep a mirror of cpython on my gitea for convenience. A health check (git fsck) on it would take approximately 10 minutes. As this is a mirror, it is also completely unnecessary. I also don't want to raise the health check timeout that high.
It would be great to have an option to skip the health check for such repositories so my system notices and journal don't fill up so fast, possibly making me miss more important problems. This might be accomplished by:
- An option in app.ini, under the existing cron.repo_health_check section
- An option on the repository