File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -167,13 +167,6 @@ Each endpoint is supported by robust payload validation and detailed API documen
167167
168168---
169169
170- ### Storage Configuration
171-
172- #### ` LOCAL_STORAGE_PATH `
173- - ** Purpose** : Directory for temporary file storage during processing.
174- - ** Default** : /tmp
175- - ** Recommendation** : Set to a path with sufficient disk space for your expected workloads.
176-
177170### Performance Tuning Variables
178171
179172#### ` MAX_QUEUE_LENGTH `
@@ -191,6 +184,15 @@ Each endpoint is supported by robust payload validation and detailed API documen
191184- ** Default** : 30
192185- ** Recommendation** : Increase for processing large media files (e.g., 300-600).
193186
187+ ---
188+
189+ ### Storage Configuration
190+
191+ #### ` LOCAL_STORAGE_PATH `
192+ - ** Purpose** : Directory for temporary file storage during processing.
193+ - ** Default** : /tmp
194+ - ** Recommendation** : Set to a path with sufficient disk space for your expected workloads.
195+
194196### Notes
195197- Ensure all required environment variables are set based on the storage provider in use (GCP or S3-compatible).
196198- Missing any required variables will result in errors during runtime.
You can’t perform that action at this time.
0 commit comments