Try to fix #1380, disable automatic garbage collection

This commit is contained in:
Dimitri Jorge 2015-07-16 16:14:52 +02:00
parent 6a01a9f96a
commit 59f19cd440

View File

@ -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') {