mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 833560 - Increase default Plugin Hang UI threshold to 11 seconds. r=vdjeric
This commit is contained in:
parent
22b2239842
commit
08b4354a02
@ -1784,7 +1784,7 @@ pref("dom.ipc.plugins.processLaunchTimeoutSecs", 45);
|
|||||||
#ifdef XP_WIN
|
#ifdef XP_WIN
|
||||||
// How long a plugin is allowed to process a synchronous IPC message
|
// How long a plugin is allowed to process a synchronous IPC message
|
||||||
// before we display the plugin hang UI
|
// 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
|
// Minimum time that the plugin hang UI will be displayed
|
||||||
pref("dom.ipc.plugins.hangUIMinDisplaySecs", 10);
|
pref("dom.ipc.plugins.hangUIMinDisplaySecs", 10);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user