mirror of
https://github.com/amark/gun.git
synced 2025-06-07 14:46:44 +00:00
work!
This commit is contained in:
parent
d075423ffb
commit
3c30c52f01
@ -1,6 +1,5 @@
|
|||||||
;(function(){
|
;(function(){
|
||||||
var cluster = require('cluster');
|
var cluster = require('cluster');
|
||||||
crash;
|
|
||||||
if(cluster.isMaster){
|
if(cluster.isMaster){
|
||||||
return cluster.fork() && cluster.on('exit', function(){ cluster.fork(); require('../lib/crashed'); });
|
return cluster.fork() && cluster.on('exit', function(){ cluster.fork(); require('../lib/crashed'); });
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user