Skip to content

Commit e4061e1

Browse files
GustedLoïc Dachary
authored and
Loïc Dachary
committed
[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 go-gitea#21655 (cherry picked from commit 6c81fc8f9c1992a4687e8a2fb2c1128864e5d94b)
1 parent 82edd24 commit e4061e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/cron/tasks_extended.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ func registerUpdateGiteaChecker() {
151151
}
152152
RegisterTaskFatal("update_checker", &UpdateCheckerConfig{
153153
BaseConfig: BaseConfig{
154-
Enabled: true,
154+
Enabled: false,
155155
RunAtStart: false,
156156
Schedule: "@every 168h",
157157
},

0 commit comments

Comments
 (0)