Skip to content

Commit 9ffbdc2

Browse files
committed
Update Config Value Description
1 parent 5914572 commit 9ffbdc2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

custom/conf/app.example.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -688,8 +688,7 @@ AUTO_WATCH_NEW_REPOS = true
688688
; Default value for AutoWatchOnChanges
689689
; Make the user watch a repository When they commit for the first time
690690
AUTO_WATCH_ON_CHANGES = false
691-
; Default value for the minimum age a user has to exist before deletion to keep issue comments.
692-
; If a user deletes his account before that amount of days, his comments will be deleted as well.
691+
; Minimum amount of time a user must exist before comments are kept when the user is deleted.
693692
USER_DELETE_WITH_COMMENTS_MAX_TIME = 0
694693

695694
[webhook]

docs/content/doc/advanced/config-cheat-sheet.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ relation to port exhaustion.
474474
- `ALLOW_ONLY_EXTERNAL_REGISTRATION`: **false** Set to true to force registration only using third-party services.
475475
- `NO_REPLY_ADDRESS`: **DOMAIN** Default value for the domain part of the user's email address in the git log if he has set KeepEmailPrivate to true.
476476
The user's email will be replaced with a concatenation of the user name in lower case, "@" and NO_REPLY_ADDRESS.
477-
- `USER_DELETE_WITH_COMMENTS_MAX_TIME`: **0** If a user deletes his account before that amount of days, his comments will be deleted as well.
477+
- `USER_DELETE_WITH_COMMENTS_MAX_TIME`: **0** Minimum amount of time a user must exist before comments are kept when the user is deleted.
478478

479479
## SSH Minimum Key Sizes (`ssh.minimum_key_sizes`)
480480

0 commit comments

Comments
 (0)