From 5c16e858f8fec4216a5ba857e3e6607b5027879d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Tue, 21 Sep 2021 14:55:00 +0200 Subject: [PATCH] Increase the minvalue for the user_*_lifetime options to 1 day A value of 0 is not useful, because deletion is completely unpredictable. --- com.woltlab.wcf/option.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.20.1