From 9e098fa692a4565d544551f6304c31e9cdb40d31 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Wed, 3 Sep 2025 02:01:36 -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 1e02911..a33b37e 100644 --- a/index.js +++ b/index.js @@ -6,7 +6,7 @@ const BATCH_BYTES = 2048; // SNAPSHOT_MIN_MS is no longer needed as we removed throttled saving. // Heartbeat configuration: run every 4s while streaming to prevent eviction. -const HB_INTERVAL_MS = 4000; +const HB_INTERVAL_MS = 3000; const MAX_RUN_MS = 15 * 60 * 1000; const CORS_HEADERS = {