[PRIVACY] Disable `update_checker` cron tasks

- This is being disabled as it will weekly connect to a domain.
- This only affects existing installations, as new installations will
have a explicit value being written into app.ini due to https://github.com/go-gitea/gitea/pull/21655

(cherry picked from commit cd0b8b6852563118ab8530c01a48bc612efcf58a)
(cherry picked from commit 58d43867cab15a4b93fab6f4b467756e8030fb2d)
forgejo
Gusted 1 year ago committed by Earl Warren
parent db8392a8ac
commit f290b91e50
No known key found for this signature in database
GPG Key ID: 0579CB2928A78A00

@ -146,7 +146,7 @@ func registerUpdateGiteaChecker() {
}
RegisterTaskFatal("update_checker", &UpdateCheckerConfig{
BaseConfig: BaseConfig{
Enabled: true,
Enabled: false,
RunAtStart: false,
Schedule: "@every 168h",
},

Loading…
Cancel
Save