Lower fake ping to 100
This commit is contained in:
parent
74464a17f1
commit
45b7e69006
@ -271,7 +271,7 @@ impl NetworkManager {
|
|||||||
None,
|
None,
|
||||||
PeerConfig::default()
|
PeerConfig::default()
|
||||||
.with_identifier(NetworkManager::identifier())
|
.with_identifier(NetworkManager::identifier())
|
||||||
.with_additional_ping(Duration::from_millis(200)),
|
.with_additional_ping(Duration::from_millis(100)),
|
||||||
);
|
);
|
||||||
match peer {
|
match peer {
|
||||||
Ok(mut peer) => {
|
Ok(mut peer) => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user