From b1962f86827f2d0561088c465212984368659377 Mon Sep 17 00:00:00 2001 From: Pierre Ozoux <pierre@ozoux.net> Date: Sat, 17 Feb 2024 11:08:04 +0100 Subject: [PATCH] feat: keep files in trashbin 60d --- base/config/01-base.config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/config/01-base.config.php b/base/config/01-base.config.php index 202dc50..27e924a 100644 --- a/base/config/01-base.config.php +++ b/base/config/01-base.config.php @@ -22,7 +22,7 @@ $CONFIG = array ( 'sharing.minSearchStringLength' => 2, // https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#deleted-items-trash-bin // delete all files in the trash bin that are older than 30 days automatically, delete other files anytime if space needed (trash takes more than 50% of quota) - 'trashbin_retention_obligation' => 'auto,30', + 'trashbin_retention_obligation' => 'auto,60', // https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#file-versions // delete all versions older than 365 days automatically, delete other versions anytime if space needed (versions takes more than 50% of quota) 'versions_retention_obligation' => 'auto,365', -- GitLab