File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -2611,15 +2611,14 @@ pub struct ConnectionOptionsFile {
2611
2611
///
2612
2612
/// Default: `None` (authentication disabled for relevant endpoints).
2613
2613
pub auth_token : Option < String > ,
2614
- /// Controls whether a node with public inbound connections should still push blocks .
2614
+ /// Minimum interval (in seconds) between attempts to run the Epoch 2.x anti-entropy data push mechanism .
2615
2615
///
2616
- /// In the Stacks 2.x anti-entropy logic, if a node detected it had inbound connections
2617
- /// from public IPs (suggesting it wasn't behind NAT) and this flag was set to `false`,
2618
- /// it would refrain from proactively pushing blocks and microblocks to peers.
2619
- /// The assumption was that publicly reachable nodes should primarily serve downloads.
2620
- /// If set to `true`, the node would push data regardless of its perceived reachability.
2616
+ /// The Stacks 2.x anti-entropy protocol involves the node proactively pushing its known
2617
+ /// Stacks blocks and microblocks to peers. This `antientropy_retry` value specifies the
2618
+ /// cooldown period for this operation.
2619
+ /// This prevents the node from excessively attempting to push data to its peers.
2621
2620
///
2622
- /// Default: `true` .
2621
+ /// Default: 3600 seconds (1 hour) .
2623
2622
/// Deprecated: This setting is ignored in Epoch 3.0+.
2624
2623
pub antientropy_retry : Option < u64 > ,
2625
2624
/// Controls whether the node accepts Nakamoto blocks pushed proactively by peers.
You can’t perform that action at this time.
0 commit comments