No need to div/multiply

This commit is contained in:
Thomas Lynch
2022-10-03 08:32:11 +11:00
parent fb69c46574
commit c61dd4caa2
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ onmessage = async function(e) {
let i = id;
if (id === 0) {
setInterval(() => {
postMessage([i/threads]);
postMessage([i]);
}, 500);
}
while(true) {