Increase reconnect timeout
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
This commit is contained in:
parent
218f2fd0fe
commit
b9110c9268
3 changed files with 3 additions and 3 deletions
|
@ -114,7 +114,7 @@ pub struct ConnectionState {
|
|||
|
||||
const KEEPALIVE_INTERVAL: Duration = Duration::from_secs(1);
|
||||
const WRITE_TIMEOUT: Duration = Duration::from_secs(2);
|
||||
pub const RECEIVE_TIMEOUT: Duration = Duration::from_secs(5);
|
||||
pub const RECEIVE_TIMEOUT: Duration = Duration::from_secs(10);
|
||||
|
||||
impl Peer {
|
||||
pub fn new(epoch: u32) -> Arc<Self> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue