0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2024-11-21 17:36:59 -05:00

cheat-sheet: Improve delete_old_actions description

This matches the text in the web interface.

The old description can be easily mistaken for handling "Forgejo Actions".
This commit is contained in:
Thorben Günther 2024-10-21 22:47:45 +02:00 committed by Otto
parent 0881419f4b
commit 385990b2c3

View file

@ -1011,7 +1011,7 @@ The defaults of the console change if Forgejo detects that stdout and/or stderr
- `NOTICE_ON_SUCCESS`: **false**: Set to true to switch on success notices. - `NOTICE_ON_SUCCESS`: **false**: Set to true to switch on success notices.
- `SCHEDULE`: **@every 72h**: Cron syntax for scheduling generated repository avatars cleanup, e.g. `@every 1h`. - `SCHEDULE`: **@every 72h**: Cron syntax for scheduling generated repository avatars cleanup, e.g. `@every 1h`.
#### Cron - Delete all old actions from database (`cron.delete_old_actions`) #### Cron - Delete all old activities from database (`cron.delete_old_actions`)
- `ENABLED`: **false**: Enable service. - `ENABLED`: **false**: Enable service.
- `RUN_AT_START`: **false**: Run tasks at start up time (if ENABLED). - `RUN_AT_START`: **false**: Run tasks at start up time (if ENABLED).