|
|
@ -63,7 +63,7 @@ Loader.addWorkerEvents = function(worker) {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
Loader.crashTimer = setTimeout(function() {
|
|
|
|
Loader.crashTimer = setTimeout(function() {
|
|
|
|
Loader.timesStarted = 0;
|
|
|
|
Loader.timesStarted = 0;
|
|
|
|
});
|
|
|
|
}, 10000);
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
console.log(numProcs*3 + ' restarts in 10 seconds, most likely an error on startup. Halting.');
|
|
|
|
console.log(numProcs*3 + ' restarts in 10 seconds, most likely an error on startup. Halting.');
|
|
|
|
process.exit();
|
|
|
|
process.exit();
|
|
|
|