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

This commit is contained in:
dbaron@dbaron.org 2007-06-27 13:41:26 -07:00
Родитель 088d801720
Коммит 212a6a5311
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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