Change cycle collector aging constant from 10 to 0. b=381199 r+sr=peterv

This commit is contained in:
dbaron@dbaron.org 2007-06-21 16:02:53 -07:00
parent c644886ee5
commit 8a1ffc4a83

View File

@ -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");