diff --git a/botanss b/botanss index c73aa30..a7edb55 160000 --- a/botanss +++ b/botanss @@ -1 +1 @@ -Subproject commit c73aa30c39942e2c49b2609d1a0cfa8b79fc9e21 +Subproject commit a7edb55d4c4cad351036c91ef786281650aaacef diff --git a/ext/utils b/ext/utils index 4a76826..c60e0a2 160000 --- a/ext/utils +++ b/ext/utils @@ -1 +1 @@ -Subproject commit 4a76826516dda30eee5f96f5057afaba6baa7e41 +Subproject commit c60e0a2e1ca96645fc7e79bc582c64accb6ff4b5 diff --git a/index.js b/index.js index a17bd6b..c5cf77e 100755 --- a/index.js +++ b/index.js @@ -26,7 +26,7 @@ if( cluster.isMaster ) var clusterDisconnect = function( worker ) { - if( worker.suicide === true ) + if( worker.exitedAfterDisconnect === true ) { Masterfly.Info( "Worker committed suicide" ); Masterfly.Info( "Forking process ..." );