diff --git a/CLAUDE.md b/CLAUDE.md index 9c39902..653eff4 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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)