Sped up P2P reconnections after sleep. Ensured successfull peer resolution. Updated dependencies.

This commit is contained in:
Revertron
2022-01-12 15:56:16 +01:00
parent fceaa2eaac
commit b8d505da2e
5 changed files with 67 additions and 26 deletions
+1
View File
@@ -40,6 +40,7 @@ pub const UI_REFRESH_DELAY_MS: u128 = 500;
pub const LOG_REFRESH_DELAY_SEC: u64 = 60;
pub const POLL_TIMEOUT: Option<Duration> = Some(Duration::from_millis(500));
pub const WAIT_FOR_INTERNET: Duration = Duration::from_secs(10);
/// We start syncing blocks only when we got 4 and more connected nodes
pub const MIN_CONNECTED_NODES_START_SYNC: usize = 4;
pub const MAX_READ_BLOCK_TIME: u128 = 100;