We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f498b0 commit ad14bedCopy full SHA for ad14bed
stackslib/src/net/connection.rs
@@ -479,7 +479,7 @@ impl std::default::Default for ConnectionOptions {
479
public_ip_max_retries: 3, // maximum number of retries before self-throttling for $public_ip_timeout
480
max_block_push: 10, // maximum number of blocksData messages to push out via our anti-entropy protocol
481
max_microblock_push: 10, // maximum number of microblocks messages to push out via our anti-entropy protocol
482
- antientropy_retry: 3600, // retry pushing data once every hour
+ antientropy_retry: 3600, // retry pushing data once every hour
483
antientropy_public: true, // run antientropy even if we're NOT NAT'ed
484
max_buffered_blocks_available: 1,
485
max_buffered_microblocks_available: 1,
0 commit comments