Merge branch 'v1.18/forgejo-privacy' into v1.18/forgejo

This commit is contained in:
Loïc Dachary 2023-01-28 11:56:30 +01:00
commit 2daf6223b0
No known key found for this signature in database
GPG Key ID: 992D23B392F9E4F2
1 changed files with 1 additions and 1 deletions

View File

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