Skip to content

Commit

Permalink
Disable update_checker cron tasks
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
Gusted authored and Loïc Dachary committed Jan 3, 2023
1 parent a5f1ed1 commit cb06569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/cron/tasks_extended.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ func registerUpdateGiteaChecker() {
}
RegisterTaskFatal("update_checker", &UpdateCheckerConfig{
BaseConfig: BaseConfig{
Enabled: true,
Enabled: false,
RunAtStart: false,
Schedule: "@every 168h",
},
Expand Down

0 comments on commit cb06569

Please sign in to comment.