From 8f13c0cfaac8bb80f972829735333471f5d9a6ef Mon Sep 17 00:00:00 2001 From: Dan Connolly Date: Tue, 4 May 2021 15:25:58 -0500 Subject: [PATCH] feat(ag-solo): use local / node.js workers for now Local workers offer richer debug support. Plus, we're seeing some instability using XS in ag-solo. --- packages/solo/solo-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/solo/solo-config.json b/packages/solo/solo-config.json index 1f9dc10fafc4..ff1b524da365 100644 --- a/packages/solo/solo-config.json +++ b/packages/solo/solo-config.json @@ -1,6 +1,6 @@ { "bootstrap": "bootstrap", - "defaultManagerType": "xs-worker", + "defaultManagerType": "local", "vats": { "spawner": { "sourceSpec": "./src/vat-spawner.js"