8000 docs: file size limit environment variable (#1491) · mattholy/server-client-python@508a981 · GitHub
[go: up one dir, main page]

Skip to content

Commit 508a981

Browse files
authored
docs: file size limit environment variable (tableau#1491)
Co-authored-by: Jordan Woods <13803242+jorwoods@users.noreply.github.com>
1 parent 8bdaa67 commit 508a981

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/environment-variables.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Name | Description | Version | Default | Limit
1515
:--- | :--- | :--- | :--- | :---
1616
`TSC_CHUNK_SIZE_MB` | The size of chunks when uploading files. Limit is 64 MB. | 0.33 | 50 | 64
1717
`TSC_PAGE_SIZE` | The number of items to return in a single page of results. | 0.33 | 100 | 1000
18+
`TSC_FILESIZE_LIMIT_MB` | The maximum file size that can be uploaded. | 0.34 | 64 | 64
1819

1920
## Setting environment variables
2021

0 commit comments

Comments
 (0)
0