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

Improve wording

This commit is contained in:
Ada 2024-04-05 22:11:28 +02:00
parent a2824865fa
commit 53da12e153
No known key found for this signature in database
GPG key ID: 6A7F898157C6DE6E

View file

@ -1032,11 +1032,12 @@ Additional settings can be included in this section to specify where the data is
- `PROPORTION_TO_CHECK_PER_REPO`: **0.6**: Check at least this proportion of LFSMetaObjects per repo. (This may cause all stale LFSMetaObjects to be checked.)
#### Cron - Delete inactive account (`cron.delete_inactive_accounts`)
- `ENABLED`: **false**: Enable service.
- `RUN_AT_START` **false**: Run tasks at start up time (if ENABLED).
- `NOTICE_ON_SUCCESS`: **false**: Set to true to switch on success notices.
- `SCHEDULE`: **@annually**: Cron syntax to set how often to check.
- `OLDER_THAN`: **168h**: Max age for inactive account before deletion.
- `OLDER_THAN`: **168h**: Only delete inactive accounts older than this.
## Git (`git`)