Skip to content

Commit fce8362

Browse files
Document FILES_MAX_UPLOAD_CONCURRENCY (#531)
document FILES_MAX_UPLOAD_CONCURRENCY
1 parent 553013c commit fce8362

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

content/configuration/files.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,11 @@ When uploading an image, Directus persists the `description`, `title`, and `tags
9999

100100
## Upload Limits
101101

102-
| Variable | Description | Default Value |
103-
| ---------------------------- | --------------------------------------------------------------------------------- | ------------- |
104-
| `FILES_MAX_UPLOAD_SIZE` | Maximum file upload size allowed. For example `10mb`, `1gb`, `10kb`. | |
105-
| `FILES_MIME_TYPE_ALLOW_LIST` | Allow list of mime types that are allowed to be uploaded. Supports `glob` syntax. | `*/*` |
102+
| Variable | Description | Default Value |
103+
| ------------------------------ | --------------------------------------------------------------------------------------------------- | ------------- |
104+
| `FILES_MAX_UPLOAD_SIZE` | Maximum file upload size allowed. For example `10mb`, `1gb`, `10kb`. | |
105+
| `FILES_MAX_UPLOAD_CONCURRENCY` | Maximum files uploaded concurrently from the studio. Remaining files are sent in a sequential batch | |
106+
| `FILES_MIME_TYPE_ALLOW_LIST` | Allow list of mime types that are allowed to be uploaded. Supports `glob` syntax. | `*/*` |
106107

107108
## Chunked Uploads
108109

0 commit comments

Comments
 (0)