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