From 0c15c3f1a9ffca408fa0a7499193dc72147796cd Mon Sep 17 00:00:00 2001 From: JSC Date: Sun, 6 Jul 2025 16:43:06 +0200 Subject: [PATCH] Add optional stream processing configuration to CLAUDE.md --- CLAUDE.md | 3 +++ 1 file changed, 3 insertions(+) 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)