Skip to content

Commit fec3097

Browse files
authored
Update README.md
1 parent c58be73 commit fec3097

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)