networking: increase ping interval

some relays are really slow to respond on this for some reason
This commit is contained in:
William Casarin
2025-01-25 16:02:40 -08:00
parent 5b0068e6cb
commit 181be70c0f

View File

@@ -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,
}
}