mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 22:04:36 +00:00
Don't unconditionally forceGC on processIncoming especially when there's nothing to process.
This commit is contained in:
parent
e55480bf35
commit
9c2378f997
@ -485,7 +485,6 @@ SyncEngine.prototype = {
|
||||
|
||||
// try to free some memory
|
||||
this._store.cache.clear();
|
||||
Cu.forceGC();
|
||||
},
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user