From 8164e1ba8da8be76250269409d6a451bae263ed1 Mon Sep 17 00:00:00 2001 From: "dbaron@dbaron.org" Date: Wed, 13 Jun 2007 17:12:16 -0700 Subject: [PATCH] Back out bug 381199. --- xpcom/base/nsCycleCollector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpcom/base/nsCycleCollector.cpp b/xpcom/base/nsCycleCollector.cpp index b52f33150aa..3932b719748 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(10) { #ifdef DEBUG_CC char *s = PR_GetEnv("XPCOM_CC_SCAN_DELAY");