diff --git a/src/api/gramjs/worker/provider.ts b/src/api/gramjs/worker/provider.ts index 2198b896..53afd17d 100644 --- a/src/api/gramjs/worker/provider.ts +++ b/src/api/gramjs/worker/provider.ts @@ -13,7 +13,7 @@ type RequestStates = { callback?: AnyToVoidFunction; }; -const HEALTH_CHECK_TIMEOUT = 250; +const HEALTH_CHECK_TIMEOUT = 150; const HEALTH_CHECK_MIN_DELAY = 5 * 1000; // 5 sec let worker: Worker;