*Disable workers
ci/woodpecker/push/woodpecker Pipeline is pending Details

This commit is contained in:
Derrick Hammer 2023-02-06 12:25:20 -05:00
parent f0627d85ea
commit 94d2288a22
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ async function boot(api: PluginAPI) {
logFile: true,
logConsole: true,
logLevel: "info",
workers: true,
workers: false,
network: "main",
bip37: true,
});