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:
Benjamin Smedberg 2010-04-27 09:55:55 -04:00
Родитель ce5706e569
Коммит f65e986273
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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);