fix(opax-web): extend agent request timeout

This commit is contained in:
Chris Christiansen 2026-09-13 19:35:46 +00:00
parent c646649a76
commit 849ec9dea0

View File

@ -1,6 +1,6 @@
import { randomUUID } from 'node:crypto'; import { randomUUID } from 'node:crypto';
const TIMEOUT_MS = 10000; const TIMEOUT_MS = 90000;
const MAX_REQUEST_SIZE = 16384; const MAX_REQUEST_SIZE = 16384;
const MAX_RESPONSE_SIZE = 1024 * 1024; const MAX_RESPONSE_SIZE = 1024 * 1024;
const GENERIC_ERROR_MESSAGE = 'Agent request failed.'; const GENERIC_ERROR_MESSAGE = 'Agent request failed.';