From 94d2288a220aa38397bedaa0b05ac718a6451e47 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Mon, 6 Feb 2023 12:25:20 -0500 Subject: [PATCH] *Disable workers --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 3a5ea1e..c1c4715 100644 --- a/src/index.ts +++ b/src/index.ts @@ -47,7 +47,7 @@ async function boot(api: PluginAPI) { logFile: true, logConsole: true, logLevel: "info", - workers: true, + workers: false, network: "main", bip37: true, });