This commit is contained in:
Mark Nadal 2021-08-21 08:33:31 -07:00
parent 823c7d0d6b
commit b88a232596

View File

@ -1,8 +1,8 @@
;(function(){
var cluster = require('cluster');
/*var cluster = require('cluster');
if(cluster.isMaster){
return cluster.fork() && cluster.on('exit', function(){ cluster.fork(); require('../lib/crashed'); });
}
}*/
var fs = require('fs');
var config = { port: process.env.OPENSHIFT_NODEJS_PORT || process.env.VCAP_APP_PORT || process.env.PORT || process.argv[2] || 8765 };