diff --git a/src/utils/Fetcher.ts b/src/utils/Fetcher.ts index 5a3bf78..3fd4545 100644 --- a/src/utils/Fetcher.ts +++ b/src/utils/Fetcher.ts @@ -55,7 +55,7 @@ export type CustomRequestInit = RequestInit & { export class Fetcher { private readonly MIN_CACHE_TTL = 900000; // 15m - private readonly DEFAULT_TIMEOUT = 10000; + private readonly DEFAULT_TIMEOUT = 5000; private readonly DEFAULT_QUEUE_LIMIT = 5; private readonly DEFAULT_QUEUE_TIMEOUT = 5000; private readonly DEFAULT_TIMEOUTS_COUNT_THROW = 30;