diff --git a/src/examples/main.ts b/src/examples/main.ts index 85b8763..d1f07eb 100644 --- a/src/examples/main.ts +++ b/src/examples/main.ts @@ -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]);