From 1ed4f9c9d9baedf372c8dec63f5ea957031c5071 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Mon, 8 Sep 2025 19:34:56 -0700 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 0932d16..c9ab0f3 100644 --- a/index.js +++ b/index.js @@ -1,7 +1,7 @@ import OpenAI from 'openai'; const TTL_MS = 20 * 60 * 1000; -const BATCH_MS = 600; +const BATCH_MS = 800; const BATCH_BYTES = 3400; // SNAPSHOT_MIN_MS is no longer needed as we removed throttled saving.