From dc9e38d4ba0d98812f1877c0cae734caa6a64d40 Mon Sep 17 00:00:00 2001 From: cronekorkn Date: Thu, 15 Sep 2022 00:53:06 +0200 Subject: [PATCH] nextcloud limit version retention --- bundles/nextcloud/files/managed.config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/bundles/nextcloud/files/managed.config.php b/bundles/nextcloud/files/managed.config.php index f0bf447..b6a32b3 100644 --- a/bundles/nextcloud/files/managed.config.php +++ b/bundles/nextcloud/files/managed.config.php @@ -39,4 +39,5 @@ $CONFIG = array ( "logfile" => "", "loglevel" => 3, "default_phone_region" => "DE", + "versions_retention_obligation" => "auto, 90", );