зеркало из https://github.com/mozilla/pjs.git
Backed out changeset 560eb81389cc - Bug 560932 - change the hang detector timeout for OOPP back to 10 seconds, because we believe we've found the real cause of the problem in bug 558629.
This commit is contained in:
Родитель
ce5706e569
Коммит
f65e986273
|
@ -1213,7 +1213,7 @@ pref("dom.max_script_run_time", 10);
|
||||||
//
|
//
|
||||||
// NB: chosen to match dom.max_script_run_time by default
|
// NB: chosen to match dom.max_script_run_time by default
|
||||||
#ifndef DEBUG
|
#ifndef DEBUG
|
||||||
pref("dom.ipc.plugins.timeoutSecs", 30);
|
pref("dom.ipc.plugins.timeoutSecs", 10);
|
||||||
#else
|
#else
|
||||||
// No timeout in DEBUG builds
|
// No timeout in DEBUG builds
|
||||||
pref("dom.ipc.plugins.timeoutSecs", 0);
|
pref("dom.ipc.plugins.timeoutSecs", 0);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче