added back num cpus

This commit is contained in:
barisusakli
2014-09-03 17:23:47 -04:00
parent fdafb72c34
commit 20b951b9d9

View File

@@ -106,7 +106,7 @@ Loader.init = function() {
silent: true
});
for(var x=0;x<4;x++) {
for(var x=0;x<numCPUs;x++) {
// Only the first worker sets up templates/sounds/jobs/etc
cluster.fork({ cluster_setup: x === 0 });
}