diff options
author | Christopher Ng <chrng8@gmail.com> | 2024-09-11 11:57:31 -0700 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2024-09-12 06:52:24 +0000 |
commit | 99a552c1c6b924536cb7e3fb734d19d107df931a (patch) | |
tree | 92cab56cf81a56a2fcd1c06cebe37970e4b39e2f /config | |
parent | 218f18715f4f7e8b5c6b5c83e1201f1588757d46 (diff) | |
download | nextcloud-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.php | 5 |
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. * |