mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
[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 commitcd0b8b6852
) (cherry picked from commit58d43867ca
) (cherry picked from commitf290b91e50
) (cherry picked from commit21085ab635
) (cherry picked from commit3da29b02b3
) (cherry picked from commit6169fba292
) (cherry picked from commitab98900ea6
) (cherry picked from commite406a63289
) (cherry picked from commit4ebc3e2d61
)
This commit is contained in:
parent
570d6dde7b
commit
ee6df926e7
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ func registerUpdateGiteaChecker() {
|
|||
}
|
||||
RegisterTaskFatal("update_checker", &UpdateCheckerConfig{
|
||||
BaseConfig: BaseConfig{
|
||||
Enabled: true,
|
||||
Enabled: false,
|
||||
RunAtStart: false,
|
||||
Schedule: "@every 168h",
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue