#516: try to be aggressive again with global window idle timeout

This commit is contained in:
Cameron Kaiser 2019-02-13 19:59:45 -08:00
parent b700458759
commit f281a6bf89
1 changed files with 1 additions and 1 deletions

View File

@ -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;