aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorChristopher Ng <chrng8@gmail.com>2024-09-11 11:57:31 -0700
committerChristopher Ng <chrng8@gmail.com>2024-09-11 11:57:31 -0700
commita7f3bde2a795c45005adcfaf91a7165875529b9c (patch)
tree95bd4ba9352ddbfb1be4ee1347d4f189b461bdb2 /config
parent5fc514877bfb7678bc0950253abbf192ecbc35e7 (diff)
downloadnextcloud-server-a7f3bde2a795c45005adcfaf91a7165875529b9c.tar.gz
nextcloud-server-a7f3bde2a795c45005adcfaf91a7165875529b9c.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 a8c9cbf0a60..c1961f7d250 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.
*