Skip to content

Commit

Permalink
finished declustering
Browse files Browse the repository at this point in the history
  • Loading branch information
generalhenry committed Jan 9, 2014
1 parent f125e6a commit 2186598
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,7 @@ App.prototype.create = function () {
error: err.message
});
self.stop(function () {
if (cluster.isWorker) {
self.cleanup_worker();
}
self.cleanup();
});
}
});
Expand Down

0 comments on commit 2186598

Please sign in to comment.