mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-02 04:16:42 +01:00
Increase frame reconnect timeout to 10 seconds (see issue #3260)
This commit is contained in:
parent
b195ddd4a8
commit
3f98be4c95
@ -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