Make file upload limits configurable (#1079)

This commit is contained in:
InfiniteTF
2021-01-29 10:27:02 +01:00
committed by GitHub
parent df8675c2e7
commit 89fcd6d775
6 changed files with 29 additions and 4 deletions

View File

@@ -103,3 +103,10 @@ Stash saves login credentials in the config.yml file. You must reset both login
* Delete the `login` and `password` lines from the file and save
Stash authentication should now be reset with no authentication credentials.
## Advanced configuration options
These options are typically not exposed in the UI and must be changed manually in the `config.yml` file.
| Field | Remarks |
|-------|---------|
| `max_upload_size` | Maximum file upload size for import files. Defaults to 1GB. |