mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Change cycle collector aging constant from 10 to 0. b=381199 r+sr=peterv
This commit is contained in:
parent
088d801720
commit
212a6a5311
@ -195,7 +195,7 @@ struct nsCycleCollectorParams
|
||||
// - More time to be spent in the collector (bad)
|
||||
// - Less delay between forming garbage and collecting it (good)
|
||||
|
||||
mScanDelay(10)
|
||||
mScanDelay(0)
|
||||
{
|
||||
#ifdef DEBUG_CC
|
||||
char *s = PR_GetEnv("XPCOM_CC_SCAN_DELAY");
|
||||
|
Loading…
Reference in New Issue
Block a user