Don't unconditionally forceGC on processIncoming especially when there's nothing to process.

This commit is contained in:
Edward Lee 2009-09-25 18:39:24 -07:00
parent e55480bf35
commit 9c2378f997

View File

@ -485,7 +485,6 @@ SyncEngine.prototype = {
// try to free some memory
this._store.cache.clear();
Cu.forceGC();
},
/**