You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/server/environment/index.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ Other settings related to data management.
123
123
|`MAX_CHUNK_SIZE`| integer |`10485760`| Maximum size of file chunk to be uploaded (and received by server) in bytes. |
124
124
|`MAX_DOWNLOAD_ARCHIVE_SIZE`| integer |`1073741824`| Maximum size of project zip archive in bytes for direct download. Too large projects may take too long to download or never complete in one request. |
125
125
|`USE_X_ACCEL` ⭐️ | Boolean |`true`| Whether to use nginx to serve files. Should be enabled if used with nginx proxy for performance reasons. Read more [here](https://www.nginx.com/resources/wiki/start/topics/examples/x-accel/). |
126
-
|`CLOSED_ACCOUNT_EXPIRATION`| integer |`1`| Time in days after a user closed their account to all projects and files are permanently deleted. Please note that until the user is removed, the username/email is occupied. |
126
+
|`ACCOUNT_EXPIRATION`| integer |`1`| Time in days after a user closed their account to all projects and files are permanently deleted. Please note that until the user is removed, the username/email is occupied. |
127
127
|`DELETED_PROJECT_EXPIRATION`| integer |`7`| Lifetime in days for deleted projects. Expired projects are removed permanently without possibility to restore afterwards. |
128
128
|`PROJECT_ACCESS_REQUEST`| integer |`604800`| Lifetime of active project access request in seconds. |
129
129
|`TEMP_EXPIRATION`| integer |`7`| Time in days after files in a temporary folder are permanently deleted. |
0 commit comments