Skip to content

Commit 7de61b8

Browse files
GustedLoïc Dachary
authored and
Loïc Dachary
committed
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
1 parent 908e155 commit 7de61b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/cron/tasks_extended.go

Lines changed: 1 addition & 1 deletion
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)