fix(fetcher): increase queue limits 5 times

This commit is contained in:
WebStreamr 2026-01-01 19:06:25 +00:00
parent f8b63f4cce
commit e7b1e2a4fc
No known key found for this signature in database

View file

@ -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