diff options
author | Christopher Ng <chrng8@gmail.com> | 2024-09-11 11:57:31 -0700 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2024-09-11 11:57:31 -0700 |
commit | a7f3bde2a795c45005adcfaf91a7165875529b9c (patch) | |
tree | 95bd4ba9352ddbfb1be4ee1347d4f189b461bdb2 /config | |
parent | 5fc514877bfb7678bc0950253abbf192ecbc35e7 (diff) | |
download | nextcloud-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.php | 5 |
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. * |