add UV_THREADPOOL_SIZE

old
ustccjw 2015-11-01 21:11:58 +08:00
parent c936d31870
commit 8ed0fc18c3
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
process.env.UV_THREADPOOL_SIZE = 100;
const path = require('path');
const express = require('express');
const webpack = require('webpack');