Lower fake ping to 100

This commit is contained in:
Sofia 2026-08-08 23:29:25 +03:00
parent 74464a17f1
commit 45b7e69006

View File

@ -271,7 +271,7 @@ impl NetworkManager {
None,
PeerConfig::default()
.with_identifier(NetworkManager::identifier())
.with_additional_ping(Duration::from_millis(200)),
.with_additional_ping(Duration::from_millis(100)),
);
match peer {
Ok(mut peer) => {