Fixed max-nodes constant, changed by mistake.

This commit is contained in:
Revertron
2022-11-03 14:48:23 +01:00
parent e5657d6802
commit b3d077c2a0
+1 -1
View File
@@ -51,4 +51,4 @@ pub const MIN_CONNECTED_NODES_START_SYNC: usize = 4;
pub const MAX_READ_BLOCK_TIME: u128 = 100; pub const MAX_READ_BLOCK_TIME: u128 = 100;
pub const MAX_RECONNECTS: u32 = 5; pub const MAX_RECONNECTS: u32 = 5;
pub const MAX_IDLE_SECONDS: u64 = 180; pub const MAX_IDLE_SECONDS: u64 = 180;
pub const MAX_NODES: usize = 200; pub const MAX_NODES: usize = 15;