Skip to content

Commit

Permalink
Update parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
howardwu committed Dec 1, 2021
1 parent 9c1f22f commit 9f034d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/environment/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ impl<N: Network> Environment for SyncNode<N> {
type Network = N;
const NODE_TYPE: NodeType = NodeType::Sync;
const MINIMUM_NUMBER_OF_PEERS: usize = 35;
const MAXIMUM_NUMBER_OF_PEERS: usize = 768;
const MAXIMUM_NUMBER_OF_PEERS: usize = 512;
const HEARTBEAT_IN_SECS: u64 = 5;
}

#[derive(Clone, Debug, Default)]
Expand Down

0 comments on commit 9f034d1

Please sign in to comment.