Bug 833560 - Increase default Plugin Hang UI threshold to 11 seconds. r=vdjeric

This commit is contained in:
Aaron Klotz 2013-02-09 17:21:14 -05:00
parent 22b2239842
commit 08b4354a02

View File

@ -1784,7 +1784,7 @@ pref("dom.ipc.plugins.processLaunchTimeoutSecs", 45);
#ifdef XP_WIN
// How long a plugin is allowed to process a synchronous IPC message
// before we display the plugin hang UI
pref("dom.ipc.plugins.hangUITimeoutSecs", 5);
pref("dom.ipc.plugins.hangUITimeoutSecs", 11);
// Minimum time that the plugin hang UI will be displayed
pref("dom.ipc.plugins.hangUIMinDisplaySecs", 10);
#endif