Skip to content

Commit

Permalink
feat(ag-solo): use local / node.js workers for now
Browse files Browse the repository at this point in the history
Local workers offer richer debug support.

Plus, we're seeing some instability using XS in ag-solo.
  • Loading branch information
dckc committed May 4, 2021
1 parent b2bd33d commit 8359d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/solo/solo-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"bootstrap": "bootstrap",
"defaultManagerType": "xs-worker",
"defaultManagerType": "local",
"vats": {
"spawner": {
"sourceSpec": "./src/vat-spawner.js"
Expand Down

0 comments on commit 8359d6b

Please sign in to comment.