mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-01-22 07:27:55 +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);
|
||||
|
||||
// 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user