mirror of
https://github.com/danog/telegram-tt.git
synced 2024-12-12 00:59:52 +01:00
Adjust iOS worker health check timeout
This commit is contained in:
parent
deb5834db8
commit
ab931dd3dd
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user