Update run.js

This commit is contained in:
2026-03-25 13:15:45 -07:00
committed by GitHub
parent eddffd2629
commit 1bf0c6bcff

2
run.js
View File

@@ -4,7 +4,7 @@ import { streamOpenRouter, streamOpenAI, streamClaude, streamGoogle } from './pr
const BATCH_MS = 800 const BATCH_MS = 800
const BATCH_BYTES = 3400 const BATCH_BYTES = 3400
const MAX_RUN_MS = 9 * 60 * 1000 const MAX_RUN_MS = 12 * 60 * 1000
const CLEANUP_INTERVAL_MS = 60_000 const CLEANUP_INTERVAL_MS = 60_000
const runs = new Map() const runs = new Map()