removing UV_THREADPOOL_SIZE set, now executed from npm start script.

old
NogsMPLS 2015-11-16 19:04:43 -06:00
parent 4227201eb1
commit fe7b4d50f2
2 changed files with 0 additions and 4 deletions

View File

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

View File

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