From f281a6bf89bb43963ebaf4228bc81a54df1d54bd Mon Sep 17 00:00:00 2001 From: Cameron Kaiser Date: Wed, 13 Feb 2019 19:59:45 -0800 Subject: [PATCH] #516: try to be aggressive again with global window idle timeout --- dom/base/nsGlobalWindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom/base/nsGlobalWindow.h b/dom/base/nsGlobalWindow.h index 6a7b0a6cc..759be834f 100644 --- a/dom/base/nsGlobalWindow.h +++ b/dom/base/nsGlobalWindow.h @@ -70,7 +70,7 @@ #define MAX_IDLE_FUZZ_TIME_MS 90000 // Min idle notification time in seconds. -#define MIN_IDLE_NOTIFICATION_TIME_S 5 +#define MIN_IDLE_NOTIFICATION_TIME_S 60 // one minute class nsIArray; class nsIBaseWindow;