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
@@ -1041,7 +1041,7 @@ Default templates for project boards:
1041
1041
-`RUN_AT_START`: **false**: Run tasks at start up time (if ENABLED).
1042
1042
-`NOTICE_ON_SUCCESS`: **false**: Set to true to switch on success notices.
1043
1043
-`SCHEDULE`: **@every 168h**: Cron syntax to set how often to check.
1044
-
-`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.
1044
+
-`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.
1045
1045
1046
1046
#### Cron - Check for new Gitea versions (`cron.update_checker`)
1047
1047
@@ -1057,7 +1057,7 @@ Default templates for project boards:
1057
1057
-`RUN_AT_START`: **false**: Run tasks at start up time (if ENABLED).
1058
1058
-`NO_SUCCESS_NOTICE`: **false**: Set to true to switch off success notices.
1059
1059
-`SCHEDULE`: **@every 168h**: Cron syntax to set how often to check.
1060
-
-`OLDER_THAN`: **@every8760h**: any system notice older than this expression will be deleted from database.
1060
+
-`OLDER_THAN`: **8760h**: any system notice older than this expression will be deleted from database.
1061
1061
1062
1062
#### Cron - Garbage collect LFS pointers in repositories (`cron.gc_lfs`)
0 commit comments