mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 08:16:43 -04:00
chore: Update trashbin retention documentation with exceeded quota details
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
parent
218f18715f
commit
99a552c1c6
1 changed files with 5 additions and 0 deletions
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue