This commit is contained in:
dbaron%dbaron.org 2007-06-22 00:30:41 +00:00
Родитель 4e395f0669
Коммит 900577f8aa
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -195,7 +195,7 @@ struct nsCycleCollectorParams
// - More time to be spent in the collector (bad) // - More time to be spent in the collector (bad)
// - Less delay between forming garbage and collecting it (good) // - Less delay between forming garbage and collecting it (good)
mScanDelay(1) mScanDelay(10)
{ {
#ifdef DEBUG_CC #ifdef DEBUG_CC
char *s = PR_GetEnv("XPCOM_CC_SCAN_DELAY"); char *s = PR_GetEnv("XPCOM_CC_SCAN_DELAY");