Skip to content

Commit

Permalink
Merge branch 'testnet2' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
howardwu authored Nov 28, 2021
2 parents d6c1410 + 10eff41 commit 1e6fa72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/environment/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ pub trait Environment: 'static + Clone + Debug + Default + Send + Sync {
/// The maximum number of candidate peers permitted to be stored in the node.
const MAXIMUM_CANDIDATE_PEERS: usize = 10_000;
/// The maximum number of sync nodes that the node may be connected to at any time.
const MAXIMUM_CONNECTED_SYNC_NODES: usize = 2;
const MAXIMUM_CONNECTED_SYNC_NODES: usize = 1;

/// The maximum size of a message that can be transmitted in the network.
const MAXIMUM_MESSAGE_SIZE: usize = 128 * 1024 * 1024; // 128 MiB
Expand Down

0 comments on commit 1e6fa72

Please sign in to comment.