From af775242754cb94da6f349e22c98b78f2e843984 Mon Sep 17 00:00:00 2001 From: win7-7 Date: Wed, 28 Jan 2026 18:00:21 +0200 Subject: [PATCH] Revert "Restore this at least for now due being unsure due 1251463 done after this." This reverts commit dd92323357f284105062ad018f7af9feec382a20. --- dom/base/nsJSEnvironment.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/dom/base/nsJSEnvironment.cpp b/dom/base/nsJSEnvironment.cpp index 6fe0a7e7c9..c6822ab9c5 100644 --- a/dom/base/nsJSEnvironment.cpp +++ b/dom/base/nsJSEnvironment.cpp @@ -93,14 +93,6 @@ const size_t gStackSize = 8192; #undef CompareString #endif -#define NS_SHRINK_GC_BUFFERS_DELAY 4000 // ms - -// The amount of time we wait from the first request to GC to actually -// doing the first GC. -#define NS_FIRST_GC_DELAY 10000 // ms - -#define NS_FULL_GC_DELAY 60000 // ms - // The default amount of time to wait from the user being idle to starting a // shrinking GC. #define NS_DEAULT_INACTIVE_GC_DELAY 300000 // ms