inert check needed

This commit is contained in:
Tony Garnock-Jones 2021-05-31 12:02:46 +02:00
parent 2beecfc78e
commit 41e214e078
1 changed files with 2 additions and 0 deletions

View File

@ -58,6 +58,8 @@ new Actor(async (t: Turn) => {
const boxpath = path.join(__dirname, 'box.js');
const clientpath = path.join(__dirname, 'client.js');
t.activeFacet.preventInertCheck();
// spawnModule(t, boxpath, [embed(ds_for_box), 500000, 25000]);
spawnWorker(t, boxpath, [embed(ds_for_box), 50000, 2500]);