mirror of
https://gitgud.io/fatchan/haproxy-protection.git
synced 2025-05-09 02:05:37 +00:00
No need to div/multiply
This commit is contained in:
@ -6,7 +6,7 @@ onmessage = async function(e) {
|
||||
let i = id;
|
||||
if (id === 0) {
|
||||
setInterval(() => {
|
||||
postMessage([i/threads]);
|
||||
postMessage([i]);
|
||||
}, 500);
|
||||
}
|
||||
while(true) {
|
||||
|
Reference in New Issue
Block a user