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
parent b8d624d78f
commit 13b1cf5c8b

View File

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