updated thread pool size

This commit is contained in:
Andris Reinman 2017-05-23 20:05:16 +03:00
parent 93fdeeb676
commit 2736ca2877

View file

@ -2,7 +2,7 @@
'use strict';
process.env.UV_THREADPOOL_SIZE = 128;
process.env.UV_THREADPOOL_SIZE = 16;
let config = require('config');
let log = require('npmlog');