From e36ceea5f1208db270a922120b15737a7a158da8 Mon Sep 17 00:00:00 2001 From: Roman Perekhod <2403905@gmail.com> Date: Wed, 22 May 2024 09:20:31 +0200 Subject: [PATCH] Update services/storage-users/README.md Co-authored-by: Martin --- services/storage-users/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/storage-users/README.md b/services/storage-users/README.md index 641e9aa9e..84d99ead6 100644 --- a/services/storage-users/README.md +++ b/services/storage-users/README.md @@ -176,7 +176,7 @@ The behaviour of the `purge-expired` command can be configured by using the foll * `STORAGE_USERS_PURGE_TRASH_BIN_USER_ID`\ Used to obtain space trash-bin information and takes the system admin user as the default which is the `OCIS_ADMIN_USER_ID` but can be set individually. It should be noted, that the `OCIS_ADMIN_USER_ID` is only assigned automatically when using the single binary deployment and must be manually assigned in all other deployments. The command only considers spaces to which the assigned user has access and delete permission. -* `STORAGE_USERS_PURGE_TRASH_BIN_PERSONAL_DELETE_BEFORE` +* `STORAGE_USERS_PURGE_TRASH_BIN_PERSONAL_DELETE_BEFORE`\ Has a default value of `720h` which equals `30 days`. This means, the command will delete all files older than `30 days`. The value is human-readable, for valid values see the duration type described in the [Environment Variable Types](https://doc.owncloud.com/ocis/5.0/deployment/services/envvar-types-description.html). A value of `0` is equivalent to disable and prevents the deletion of `personal space` trash-bin files. * `STORAGE_USERS_PURGE_TRASH_BIN_PROJECT_DELETE_BEFORE`