Skip to content

Commit 1f18acf

Browse files
authored
Merge pull request #612 from MerginMaps/2025.4.0-envs
Add maximum 10GB for download
2 parents 7895846 + 8825325 commit 1f18acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/environment/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Other settings related to data management.
121121
| `FILE_EXPIRATION` | integer | `172800` | When the GeoPackage file was updated with "<NoSpellcheck id="diffable" />" change, original data are being removed (as they can be reconstructed on demand) to save disk space. File lifetime in seconds. |
122122
| `LOCKFILE_EXPIRATION` | integer | `300` | Time in seconds for a project being locked while updated. If no change happens to the project in such time, the lockfile is removed. |
123123
| `MAX_CHUNK_SIZE` | integer | `10485760` | Maximum size of file chunk to be uploaded (and received by server) in bytes. |
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. |
124+
| `MAX_DOWNLOAD_ARCHIVE_SIZE` | integer | `10737418240` | Maximum size of project or project version zip archive in bytes (10 GB by default) for download from dashboard. Too large projects may take too long to download. |
125125
| `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/). |
126126
| `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. |
127127
| `DELETED_PROJECT_EXPIRATION` | integer | `7` | Lifetime in days for deleted projects. Expired projects are removed permanently without possibility to restore afterwards. |

0 commit comments

Comments
 (0)