From 9f0a92a09a6fff1db5e876e4b99b7272ebce7db3 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Mon, 8 Sep 2025 18:41:43 -0700 Subject: [PATCH] batchms 600 --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index d77f0fd..0932d16 100644 --- a/index.js +++ b/index.js @@ -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.