Framework upgrade, also node.js v7.0.0
This commit is contained in:
parent
321858f6ec
commit
754a23ff40
2
botanss
2
botanss
@ -1 +1 @@
|
|||||||
Subproject commit c73aa30c39942e2c49b2609d1a0cfa8b79fc9e21
|
Subproject commit a7edb55d4c4cad351036c91ef786281650aaacef
|
@ -1 +1 @@
|
|||||||
Subproject commit 4a76826516dda30eee5f96f5057afaba6baa7e41
|
Subproject commit c60e0a2e1ca96645fc7e79bc582c64accb6ff4b5
|
2
index.js
2
index.js
@ -26,7 +26,7 @@ if( cluster.isMaster )
|
|||||||
|
|
||||||
var clusterDisconnect = function( worker )
|
var clusterDisconnect = function( worker )
|
||||||
{
|
{
|
||||||
if( worker.suicide === true )
|
if( worker.exitedAfterDisconnect === true )
|
||||||
{
|
{
|
||||||
Masterfly.Info( "Worker committed suicide" );
|
Masterfly.Info( "Worker committed suicide" );
|
||||||
Masterfly.Info( "Forking process ..." );
|
Masterfly.Info( "Forking process ..." );
|
||||||
|
Loading…
Reference in New Issue
Block a user