10 second timer

v1.18.x
barisusakli 10 years ago
parent 9e9b138afb
commit 104fc2d273

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

Loading…
Cancel
Save