We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02a015f commit f8ef4e4Copy full SHA for f8ef4e4
services/web/server/src/simcore_service_webserver/trash/settings.py
@@ -7,7 +7,8 @@
7
8
class TrashSettings(BaseCustomSettings):
9
TRASH_RETENTION_DAYS: NonNegativeInt = Field(
10
- description="Trashed items will be deleted after this time",
+ default=7,
11
+ description="Number of days that trashed items are kept in the bin before finally deleting them",
12
)
13
14
0 commit comments