From: Tim Düsterhus Date: Tue, 21 Sep 2021 12:55:00 +0000 (+0200) Subject: Increase the minvalue for the user_*_lifetime options to 1 day X-Git-Tag: 5.5.0_Alpha_1~433^2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5c16e858f8fec4216a5ba857e3e6607b5027879d;p=GitHub%2FWoltLab%2FWCF.git Increase the minvalue for the user_*_lifetime options to 1 day A value of 0 is not useful, because deletion is completely unpredictable. --- diff --git a/com.woltlab.wcf/option.xml b/com.woltlab.wcf/option.xml index e9ff6bc022..c8956bcb24 100644 --- a/com.woltlab.wcf/option.xml +++ b/com.woltlab.wcf/option.xml @@ -1365,21 +1365,21 @@ DESC:wcf.global.sortOrder.descending user.cleanup integer 14 - 0 + 1 days