mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-16 15:17:14 +00:00
Bug 833560 - Increase default Plugin Hang UI threshold to 11 seconds. r=vdjeric
This commit is contained in:
parent
6f0569dec0
commit
8ff75323ef
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user