Merge pull request #47912 from nextcloud/backport/47906/stable30

[stable30] chore: Update trashbin retention documentation with exceeded quota details
This commit is contained in:
Andy Scherzinger 2024-09-12 10:40:43 +02:00 committed by GitHub
commit bb226dc430
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.
*