mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-03 12:37:36 +01:00
Increase frame reconnect timeout to 10 seconds (see issue #3260)
This commit is contained in:
parent
cb02c23c32
commit
06acc9546f
@ -61,7 +61,7 @@ constexpr size_t kConnectionRetryMaxCt = 3U;
|
|||||||
constexpr auto kConnectionRetryDelay = base::Seconds(1);
|
constexpr auto kConnectionRetryDelay = base::Seconds(1);
|
||||||
|
|
||||||
// Length of time to wait for the browser connection ACK before timing out.
|
// Length of time to wait for the browser connection ACK before timing out.
|
||||||
constexpr auto kConnectionTimeout = base::Seconds(4);
|
constexpr auto kConnectionTimeout = base::Seconds(10);
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user