You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: testnet/stacks-node/src/config.rs
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -558,6 +558,8 @@ lazy_static! {
558
558
max_http_clients:1000,// maximum number of HTTP connections
559
559
max_neighbors_of_neighbor:10,// maximum number of neighbors we'll handshake with when doing a neighbor walk (I/O for this can be expensive, so keep small-ish)
560
560
walk_interval:60,// how often, in seconds, we do a neighbor walk
561
+
walk_seed_probability:0.1,// 10% of the time when not in IBD, walk to a non-seed node even if we aren't connected to a seed node
562
+
log_neighbors_freq:60_000,// every minute, log all peer connections
561
563
inv_sync_interval:45,// how often, in seconds, we refresh block inventories
562
564
inv_reward_cycles:3,// how many reward cycles to look back on, for mainnet
563
565
download_interval:10,// how often, in seconds, we do a block download scan (should be less than inv_sync_interval)
0 commit comments