Update index.js

This commit is contained in:
2025-11-16 10:11:57 -08:00
committed by GitHub
parent fa17061e9c
commit 883c295483

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 = 9 * 60 * 1000;
const CORS_HEADERS = {
'Access-Control-Allow-Origin': '*',