mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 763124: Lower chrome hang detector's hang threshold to 5 seconds. r=ehsan
This commit is contained in:
parent
b8d624d78f
commit
13b1cf5c8b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user