From 39447f7b65b2563dbe749c3f3eec9d6fc2fe5b27 Mon Sep 17 00:00:00 2001 From: Alexander Shelepenok Date: Thu, 11 Apr 2019 20:10:36 +0300 Subject: [PATCH] limit flow max_workers --- .flowconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.flowconfig b/.flowconfig index 4b5438f..2666821 100644 --- a/.flowconfig +++ b/.flowconfig @@ -8,5 +8,6 @@ [options] module.name_mapper.extension='scss' -> '/src/flow/CSSModuleStub.js' +server.max_workers=4 [strict]