From 56cd4debef60ca443fcccdfc06c33ef31fcb1c7f Mon Sep 17 00:00:00 2001 From: Jordan Woods <13803242+jorwoods@users.noreply.github.com> Date: Thu, 10 Oct 2024 17:37:54 -0500 Subject: [PATCH] docs: file size limit environment variable --- docs/environment-variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/environment-variables.md b/docs/environment-variables.md index a31625fe0..c2b453fe8 100644 --- a/docs/environment-variables.md +++ b/docs/environment-variables.md @@ -15,6 +15,7 @@ Name | Description | Version | Default | Limit :--- | :--- | :--- | :--- | :--- `TSC_CHUNK_SIZE_MB` | The size of chunks when uploading files. Limit is 64 MB. | 0.33 | 50 | 64 `TSC_PAGE_SIZE` | The number of items to return in a single page of results. | 0.33 | 100 | 1000 +`TSC_FILESIZE_LIMIT_MB` | The maximum file size that can be uploaded. | 0.34 | 64 | 64 ## Setting environment variables