Skip to content

Commit

Permalink
Try to fix #1380, disable automatic garbage collection
Browse files Browse the repository at this point in the history
  • Loading branch information
jorge-d committed Jul 16, 2015
1 parent 6a01a9f commit 59f19cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ module.exports = function(God) {
}
God.Worker.is_running = true;

God.forceGc();
// God.forceGc();

God.getMonitorData(null, function(err, data) {
if (err || !data || typeof(data) !== 'object') {
Expand Down

0 comments on commit 59f19cd

Please sign in to comment.