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…
x
Reference in New Issue
Block a user