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
-`RUN_AT_START`: **false**: Run tasks at start up time (if ENABLED).
1038
1038
-`NOTICE_ON_SUCCESS`: **false**: Set to true to switch on success notices.
1039
1039
-`SCHEDULE`: **@every 72h**: Cron syntax for scheduling repository archive cleanup, e.g. `@every 1h`.
1040
1040
1041
-
#### Cron - Delete all old actions from database ('cron.delete_old_actions')
1041
+
#### Cron - Delete all old actions from database (`cron.delete_old_actions`)
1042
1042
1043
1043
-`ENABLED`: **false**: Enable service.
1044
1044
-`RUN_AT_START`: **false**: Run tasks at start up time (if ENABLED).
1045
1045
-`NOTICE_ON_SUCCESS`: **false**: Set to true to switch on success notices.
1046
1046
-`SCHEDULE`: **@every 168h**: Cron syntax to set how often to check.
1047
1047
-`OLDER_THAN`: **@every 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.
1048
1048
1049
-
#### Cron - Check for new Gitea versions ('cron.update_checker')
1049
+
#### Cron - Check for new Gitea versions (`cron.update_checker`)
1050
1050
1051
1051
-`ENABLED`: **true**: Enable service.
1052
1052
-`RUN_AT_START`: **false**: Run tasks at start up time (if ENABLED).
1053
1053
-`ENABLE_SUCCESS_NOTICE`: **true**: Set to false to switch off success notices.
1054
1054
-`SCHEDULE`: **@every 168h**: Cron syntax for scheduling a work, e.g. `@every 168h`.
1055
1055
-`HTTP_ENDPOINT`: **https://dl.gitea.io/gitea/version.json**: the endpoint that Gitea will check for newer versions
1056
1056
1057
-
#### Cron - Delete all old system notices from database ('cron.delete_old_system_notices')
1057
+
#### Cron - Delete all old system notices from database (`cron.delete_old_system_notices`)
1058
1058
1059
1059
-`ENABLED`: **false**: Enable service.
1060
1060
-`RUN_AT_START`: **false**: Run tasks at start up time (if ENABLED).
1061
1061
-`NO_SUCCESS_NOTICE`: **false**: Set to true to switch off success notices.
1062
1062
-`SCHEDULE`: **@every 168h**: Cron syntax to set how often to check.
1063
1063
-`OLDER_THAN`: **@every 8760h**: any system notice older than this expression will be deleted from database.
1064
1064
1065
-
#### Cron - Garbage collect LFS pointers in repositories ('cron.gc_lfs')
1065
+
#### Cron - Garbage collect LFS pointers in repositories (`cron.gc_lfs`)
1066
1066
1067
1067
-`ENABLED`: **false**: Enable service.
1068
1068
-`RUN_AT_START`: **false**: Run tasks at start up time (if ENABLED).
0 commit comments