From cc02f6fc5ab3764f486c971604afa27ba8370762 Mon Sep 17 00:00:00 2001 From: ioedeveloper Date: Sat, 4 Jul 2020 19:48:56 +0100 Subject: [PATCH] Set maxWorker for remix-ide workspace config --- workspace.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/workspace.json b/workspace.json index 714271f18e..51b71158aa 100644 --- a/workspace.json +++ b/workspace.json @@ -21,7 +21,8 @@ ], "styles": [], "scripts": [], - "webpackConfig": "apps/remix-ide/webpack.config.js" + "webpackConfig": "apps/remix-ide/webpack.config.js", + "maxWorkers": 6 }, "configurations": { "production": {