From a668b2bafc5ba3e7e2741bac05cc762670bfa66c Mon Sep 17 00:00:00 2001 From: Olli Pettay Date: Wed, 12 Nov 2014 19:28:51 +0200 Subject: [PATCH] Bug 1097240 - 5ms iCC slice, r=mccr8 --HG-- extra : rebase_source : ed97d58be65d21954d675f65e46ed45d151bb6a0 --- dom/base/nsJSEnvironment.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom/base/nsJSEnvironment.cpp b/dom/base/nsJSEnvironment.cpp index 93240f5491d4..735a26ce2718 100644 --- a/dom/base/nsJSEnvironment.cpp +++ b/dom/base/nsJSEnvironment.cpp @@ -123,7 +123,7 @@ const size_t gStackSize = 8192; static const int64_t kICCIntersliceDelay = 32; // ms // Time budget for an incremental CC slice -static const int64_t kICCSliceBudget = 10; // ms +static const int64_t kICCSliceBudget = 5; // ms // Maximum total duration for an ICC static const uint32_t kMaxICCDuration = 2000; // ms