Skip to content

Commit

Permalink
Revert disable-by-default
Browse files Browse the repository at this point in the history
  • Loading branch information
Gusted committed Nov 1, 2022
1 parent 43b4a9e commit c47cd92
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: false,
Enabled: true,
RunAtStart: false,
Schedule: "@every 168h",
},
Expand Down

0 comments on commit c47cd92

Please sign in to comment.