From 6193acc1d2af8f3a25311fb1f918a7f99e3c3d9e Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Sun, 28 Sep 2025 18:07:09 -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 2427793..e9e27cf 100644 --- a/index.js +++ b/index.js @@ -11,7 +11,7 @@ const BATCH_BYTES = 3400; /** Interval for the durable object heartbeat to keep it active during a run. (3 seconds) */ const HB_INTERVAL_MS = 3000; /** Maximum allowed duration for a single run before timing out. (8 minutes) */ -const MAX_RUN_MS = 8 * 60 * 1000; +const MAX_RUN_MS = 5 * 60 * 1000; /** Standard CORS headers for all responses. */ const CORS_HEADERS = {