woops.. :/

This commit is contained in:
Tyler Renelle
2014-12-30 20:35:30 -07:00
parent edf66cbb59
commit 8eebaea3dd
+1 -1
View File
@@ -8,7 +8,7 @@ var logging = require('./logging');
var isProd = nconf.get('NODE_ENV') === 'production';
var isDev = nconf.get('NODE_ENV') === 'development';
if (false && cluster.isMaster && (isDev || isProd)) {
if (cluster.isMaster && (isDev || isProd)) {
// Fork workers. If config.json has CORES=x, use that - otherwise, use all cpus-1 (production)
var cpus = require('os').cpus(),
cores = +nconf.get("CORES");