Framework upgrade, also node.js v7.0.0
This commit is contained in:
2
botanss
2
botanss
Submodule botanss updated: c73aa30c39...a7edb55d4c
Submodule ext/utils updated: 4a76826516...c60e0a2e1c
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 ..." );
|
||||||
|
|||||||
Reference in New Issue
Block a user