diff options
Diffstat (limited to 'custom')
-rw-r--r-- | custom/conf/app.example.ini | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini index 8921e3a5de..f2b65a0963 100644 --- a/custom/conf/app.example.ini +++ b/custom/conf/app.example.ini @@ -688,9 +688,8 @@ AUTO_WATCH_NEW_REPOS = true ; Default value for AutoWatchOnChanges ; Make the user watch a repository When they commit for the first time AUTO_WATCH_ON_CHANGES = false -; Default value for the minimum age a user has to exist before deletion to keep issue comments. -; If a user deletes his account before that amount of days, his comments will be deleted as well. -USER_DELETE_WITH_COMMENTS_MAX_DAYS = 0 +; Minimum amount of time a user must exist before comments are kept when the user is deleted. +USER_DELETE_WITH_COMMENTS_MAX_TIME = 0 [webhook] ; Hook task queue length, increase if webhook shooting starts hanging |