You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/doc/administration/config-cheat-sheet.en-us.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1018,7 +1018,7 @@ Default templates for project boards:
1018
1018
-`RUN_AT_START`: **false**: Run tasks at start up time (if ENABLED).
1019
1019
-`NOTICE_ON_SUCCESS`: **false**: Set to true to switch on success notices.
1020
1020
-`SCHEDULE`: **@every 168h**: Cron syntax to set how often to check.
1021
-
-`OLDER_THAN`: **@every8760h**: any action older than this expression will be deleted from database, suggest using `8760h` (1 year) because that's the max length of heatmap.
1021
+
-`OLDER_THAN`: **8760h**: any action older than this expression will be deleted from database, suggest using `8760h` (1 year) because that's the max length of heatmap.
1022
1022
1023
1023
#### Cron - Check for new Gitea versions (`cron.update_checker`)
1024
1024
@@ -1034,7 +1034,7 @@ Default templates for project boards:
1034
1034
-`RUN_AT_START`: **false**: Run tasks at start up time (if ENABLED).
1035
1035
-`NO_SUCCESS_NOTICE`: **false**: Set to true to switch off success notices.
1036
1036
-`SCHEDULE`: **@every 168h**: Cron syntax to set how often to check.
1037
-
-`OLDER_THAN`: **@every8760h**: any system notice older than this expression will be deleted from database.
1037
+
-`OLDER_THAN`: **8760h**: any system notice older than this expression will be deleted from database.
1038
1038
1039
1039
#### Cron - Garbage collect LFS pointers in repositories (`cron.gc_lfs`)
0 commit comments