diff --git a/xpcom/base/nsCycleCollector.cpp b/xpcom/base/nsCycleCollector.cpp index ba6b26436176..4c61fd514463 100644 --- a/xpcom/base/nsCycleCollector.cpp +++ b/xpcom/base/nsCycleCollector.cpp @@ -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(0) + mScanDelay(1) { #ifdef DEBUG_CC char *s = PR_GetEnv("XPCOM_CC_SCAN_DELAY");