Skip to content

Commit

Permalink
Fixed max-nodes constant, changed by mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
Revertron committed Nov 3, 2022
1 parent e5657d6 commit b3d077c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commons/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ pub const MIN_CONNECTED_NODES_START_SYNC: usize = 4;
pub const MAX_READ_BLOCK_TIME: u128 = 100;
pub const MAX_RECONNECTS: u32 = 5;
pub const MAX_IDLE_SECONDS: u64 = 180;
pub const MAX_NODES: usize = 200;
pub const MAX_NODES: usize = 15;

0 comments on commit b3d077c

Please sign in to comment.