mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 705365 - shorten the plugin hang timeout so that it is shorter than the main process hang timeout, presumptive-r=jimm feedback=asa
This commit is contained in:
parent
d30fa8d282
commit
644f34dd51
@ -1482,14 +1482,14 @@ pref("hangmonitor.timeout", 0);
|
|||||||
#ifndef DEBUG
|
#ifndef DEBUG
|
||||||
// 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 consider it "hung".
|
// before we consider it "hung".
|
||||||
pref("dom.ipc.plugins.timeoutSecs", 45);
|
pref("dom.ipc.plugins.timeoutSecs", 25);
|
||||||
// How long a plugin process will wait for a response from the parent
|
// How long a plugin process will wait for a response from the parent
|
||||||
// to a synchronous request before terminating itself. After this
|
// to a synchronous request before terminating itself. After this
|
||||||
// point the child assumes the parent is hung.
|
// point the child assumes the parent is hung.
|
||||||
pref("dom.ipc.plugins.parentTimeoutSecs", 15);
|
pref("dom.ipc.plugins.parentTimeoutSecs", 15);
|
||||||
// How long a plugin launch is allowed to take before
|
// How long a plugin launch is allowed to take before
|
||||||
// we consider it failed.
|
// we consider it failed.
|
||||||
pref("dom.ipc.plugins.processLaunchTimeoutSecs", 45);
|
pref("dom.ipc.plugins.processLaunchTimeoutSecs", 25);
|
||||||
#else
|
#else
|
||||||
// No timeout in DEBUG builds
|
// No timeout in DEBUG builds
|
||||||
pref("dom.ipc.plugins.timeoutSecs", 0);
|
pref("dom.ipc.plugins.timeoutSecs", 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user