Bug 574905 - Increase hang detector timeout. r,sr=shaver

This commit is contained in:
Justin Dolske 2010-06-26 14:45:56 -07:00
Родитель 39525ea7a3
Коммит 21e024f31f
1 изменённых файлов: 1 добавлений и 3 удалений

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

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