Bug 763124: Lower chrome hang detector's hang threshold to 5 seconds. r=ehsan

This commit is contained in:
Vladan Djeric 2012-06-20 19:20:24 -04:00
Родитель 61187f190b
Коммит 70b3e8bfd6
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -56,8 +56,8 @@ volatile PRIntervalTime gTimestamp = PR_INTERVAL_NO_WAIT;
// Main thread ID used in reporting chrome hangs under Windows
static HANDLE winMainThreadHandle = NULL;
// Default timeout for reporting chrome hangs to Telemetry (10 seconds)
static const PRInt32 DEFAULT_CHROME_HANG_INTERVAL = 10;
// Default timeout for reporting chrome hangs to Telemetry (5 seconds)
static const PRInt32 DEFAULT_CHROME_HANG_INTERVAL = 5;
#endif
// PrefChangedFunc