mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Change cycle collector aging constant from 10 to 0. b=381199 r+sr=peterv
This commit is contained in:
parent
c644886ee5
commit
8a1ffc4a83
@ -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