From b44246e64b9900ae5c8b47dfcbd4dd2981eb8ef3 Mon Sep 17 00:00:00 2001 From: Samuel Bodin <1637651+bodinsamuel@users.noreply.github.com> Date: Tue, 6 Jul 2021 15:27:17 +0200 Subject: [PATCH] increase UV to help DNS resolution --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 765ad06ad..60c264e55 100644 --- a/package.json +++ b/package.json @@ -14,8 +14,8 @@ "doctoc": "doctoc --notitle --maxlevel 3 README.md", "lint": "eslint --ext=jsx,ts,tsx,js .", "prepare": "husky install", - "start": "UV_THREADPOOL_SIZE=12 node -r dotenv/config --async-stack-traces --max-old-space-size=920 dist/index.js", - "start_new": "indexName=npm-search-new bootstrapIndexName=npm-search-new.tmp UV_THREADPOOL_SIZE=22 node --async-stack-traces --max-old-space-size=920 dist/index.js", + "start": "UV_THREADPOOL_SIZE=64 node -r dotenv/config --async-stack-traces --max-old-space-size=920 dist/index.js", + "start_new": "indexName=npm-search-new bootstrapIndexName=npm-search-new.tmp UV_THREADPOOL_SIZE=64 node --async-stack-traces --max-old-space-size=920 dist/index.js", "test:watch": "jest --watchAll --no-watchman", "test": "jest --forceExit" },