Add optional stream processing configuration to CLAUDE.md

This commit is contained in:
JSC
2025-07-06 16:43:06 +02:00
parent a1f5dbd0f9
commit 0c15c3f1a9

View File

@@ -53,6 +53,9 @@ export GOOGLE_CLIENT_SECRET="your_google_client_secret"
# GitHub OAuth
export GITHUB_CLIENT_ID="your_github_client_id"
export GITHUB_CLIENT_SECRET="your_github_client_secret"
# Stream Processing (optional - defaults provided)
export STREAM_MAX_CONCURRENT="2" # Number of concurrent downloads
```
### Frontend (Next.js)