[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)
(cherry picked from commit f290b91e504933be83d5b9540a195173280ab38d)
(cherry picked from commit 21085ab63564ef4454666e8e3341285b189e621e)
(cherry picked from commit 3da29b02b31c22a9ee97f9cf17dfa0136efac1d9)
(cherry picked from commit 6169fba29216e2ab545f5712d29d0416b331a30e)
(cherry picked from commit ab98900ea6dfe0fbaae52356eb0630ffb06d42b6)
(cherry picked from commit e406a632897383906728bd1c59ff988180d02e95)
(cherry picked from commit 4ebc3e2d61684d2edea59a0df801d95073aeda82)
(cherry picked from commit ee6df926e7f8351ecf36c476da7871aa46118225)
(cherry picked from commit b11b7f348eec5603dd5f340577103333f1c03a7c)
This commit is contained in:
Gusted 2022-12-18 19:56:08 +01:00 committed by Earl Warren
parent 143566d45b
commit 8a745dd7ea
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

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