From e7b1e2a4fcc9fae0b729118f274fc6fcc481ed4d Mon Sep 17 00:00:00 2001 From: WebStreamr <210764791+webstreamr@users.noreply.github.com> Date: Thu, 1 Jan 2026 19:06:25 +0000 Subject: [PATCH] fix(fetcher): increase queue limits 5 times --- src/utils/Fetcher.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/Fetcher.ts b/src/utils/Fetcher.ts index 088b774..30a0d8d 100644 --- a/src/utils/Fetcher.ts +++ b/src/utils/Fetcher.ts @@ -49,7 +49,7 @@ export type CustomRequestConfig = AxiosRequestConfig & { export class Fetcher { private readonly DEFAULT_TIMEOUT = 10000; - private readonly DEFAULT_QUEUE_LIMIT = 10; + private readonly DEFAULT_QUEUE_LIMIT = 50; private readonly DEFAULT_QUEUE_TIMEOUT = 10000; private readonly DEFAULT_TIMEOUTS_COUNT_THROW = 30; private readonly TIMEOUT_CACHE_TTL = 3600000; // 1h