mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2024-11-15 10:55:27 +01:00
setTimeout 0
This commit is contained in:
parent
d323d08584
commit
2bda35b7e7
@ -32,7 +32,7 @@ function listenPoW(e) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
if (Date.now() >= endTime) {
|
if (Date.now() >= endTime) {
|
||||||
setTimeout(() => listenPoW(e), 1);
|
setTimeout(() => listenPoW(e), 0);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
} while (!sha512(msg).startsWith("00000"));
|
} while (!sha512(msg).startsWith("00000"));
|
||||||
|
Loading…
Reference in New Issue
Block a user