Update index.js

This commit is contained in:
2025-11-15 18:43:57 -08:00
committed by GitHub
parent 251f4b4e19
commit 71b38dda0c

View File

@@ -5,7 +5,7 @@ const TTL_MS = 20 * 60 * 1000;
const BATCH_MS = 800;
const BATCH_BYTES = 3400;
const HB_INTERVAL_MS = 3000;
const MAX_RUN_MS = 7 * 60 * 1000;
const MAX_RUN_MS = 10 * 60 * 1000;
const CORS_HEADERS = {
'Access-Control-Allow-Origin': '*',