mirror of
https://github.com/aljazceru/notedeck.git
synced 2025-12-19 09:34:19 +01:00
networking: increase ping interval
some relays are really slow to respond on this for some reason
This commit is contained in:
@@ -140,7 +140,7 @@ impl RelayPool {
|
||||
pub fn new() -> RelayPool {
|
||||
RelayPool {
|
||||
relays: vec![],
|
||||
ping_rate: Duration::from_secs(25),
|
||||
ping_rate: Duration::from_secs(45),
|
||||
debug: None,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user