Add optional stream processing configuration to CLAUDE.md
This commit is contained in:
@@ -53,6 +53,9 @@ export GOOGLE_CLIENT_SECRET="your_google_client_secret"
|
|||||||
# GitHub OAuth
|
# GitHub OAuth
|
||||||
export GITHUB_CLIENT_ID="your_github_client_id"
|
export GITHUB_CLIENT_ID="your_github_client_id"
|
||||||
export GITHUB_CLIENT_SECRET="your_github_client_secret"
|
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)
|
### Frontend (Next.js)
|
||||||
|
|||||||
Reference in New Issue
Block a user