batchms 600

This commit is contained in:
2025-09-08 18:41:43 -07:00
parent 804496c665
commit 9f0a92a09a

View File

@@ -1,7 +1,7 @@
import OpenAI from 'openai';
const TTL_MS = 20 * 60 * 1000;
const BATCH_MS = 400;
const BATCH_MS = 600;
const BATCH_BYTES = 3400;
// SNAPSHOT_MIN_MS is no longer needed as we removed throttled saving.