From 99a552c1c6b924536cb7e3fb734d19d107df931a Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Wed, 11 Sep 2024 11:57:31 -0700 Subject: [PATCH] chore: Update trashbin retention documentation with exceeded quota details Signed-off-by: Christopher Ng --- config/config.sample.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/config.sample.php b/config/config.sample.php index 87aef75fe78e4..1136c7f7af8e9 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -745,6 +745,11 @@ /** * If the trash bin app is enabled (default), this setting defines the policy * for when files and folders in the trash bin will be permanently deleted. + * + * If the user quota limit is exceeded due to deleted files in the trash bin, + * retention settings will be ignored and files will be cleaned up until + * the quota requirements are met. + * * The app allows for two settings, a minimum time for trash bin retention, * and a maximum time for trash bin retention. *