fix(opax-web): extend agent request timeout
This commit is contained in:
parent
c646649a76
commit
849ec9dea0
|
|
@ -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.';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user