зеркало из https://github.com/mozilla/pjs.git
Bug 574905 - Increase hang detector timeout. r,sr=shaver
This commit is contained in:
Родитель
39525ea7a3
Коммит
21e024f31f
|
@ -1256,10 +1256,8 @@ pref("dom.max_script_run_time", 10);
|
|||
|
||||
// How long a plugin is allowed to process a synchronous IPC message
|
||||
// before we consider it "hung".
|
||||
//
|
||||
// NB: chosen to match dom.max_script_run_time by default
|
||||
#ifndef DEBUG
|
||||
pref("dom.ipc.plugins.timeoutSecs", 10);
|
||||
pref("dom.ipc.plugins.timeoutSecs", 45);
|
||||
#else
|
||||
// No timeout in DEBUG builds
|
||||
pref("dom.ipc.plugins.timeoutSecs", 0);
|
||||
|
|
Загрузка…
Ссылка в новой задаче