1secdelay

master
Michael Murtaugh 1 year ago
parent c1041edcb0
commit e9fca79bc7

@ -37,7 +37,7 @@ async function make_phrases () {
console.log("out of terms, stopping"); console.log("out of terms, stopping");
break; break;
} }
await (sleep(0.1)); await (sleep(1.0));
} }
} }

Loading…
Cancel
Save