Skip to content

Commit

Permalink
feat: lower default values of in/out peers Node
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyrix126 committed Oct 30, 2024
1 parent 8b3d6d7 commit a102bdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/disk/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,8 @@ impl Default for Node {
simple: true,
api_ip: String::from("127.0.0.1"),
api_port: 18081.to_string(),
out_peers: 32,
in_peers: 64,
out_peers: 8,
in_peers: 16,
log_level: 0,
arguments: String::new(),
zmq_ip: String::from("127.0.0.1"),
Expand Down

0 comments on commit a102bdb

Please sign in to comment.