Skip to content

Commit c9ef03a

Browse files
authored
Fix wrong default value for update checker on app.example.ini (#22084)
1 parent 112e425 commit c9ef03a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

custom/conf/app.example.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2147,7 +2147,7 @@ ROUTER = console
21472147
;[cron.update_checker]
21482148
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
21492149
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2150-
;ENABLED = false
2150+
;ENABLED = true
21512151
;RUN_AT_START = false
21522152
;ENABLE_SUCCESS_NOTICE = false
21532153
;SCHEDULE = @every 168h

docs/content/doc/advanced/config-cheat-sheet.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ Default templates for project boards:
10051005

10061006
#### Cron - Check for new Gitea versions ('cron.update_checker')
10071007

1008-
- `ENABLED`: **false**: Enable service.
1008+
- `ENABLED`: **true**: Enable service.
10091009
- `RUN_AT_START`: **false**: Run tasks at start up time (if ENABLED).
10101010
- `ENABLE_SUCCESS_NOTICE`: **true**: Set to false to switch off success notices.
10111011
- `SCHEDULE`: **@every 168h**: Cron syntax for scheduling a work, e.g. `@every 168h`.

0 commit comments

Comments
 (0)