aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorChristopher Ng <chrng8@gmail.com>2024-09-11 11:57:31 -0700
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2024-09-12 06:52:24 +0000
commit99a552c1c6b924536cb7e3fb734d19d107df931a (patch)
tree92cab56cf81a56a2fcd1c06cebe37970e4b39e2f /config
parent218f18715f4f7e8b5c6b5c83e1201f1588757d46 (diff)
downloadnextcloud-server-99a552c1c6b924536cb7e3fb734d19d107df931a.tar.gz
nextcloud-server-99a552c1c6b924536cb7e3fb734d19d107df931a.zip
chore: Update trashbin retention documentation with exceeded quota details
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 87aef75fe78..1136c7f7af8 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -745,6 +745,11 @@ $CONFIG = [
/**
* 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.
*