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:
parent
0881419f4b
commit
385990b2c3
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||||
|
|
Loading…
Reference in a new issue