mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-01-12 22:43:42 +08:00
fix formatting
This commit is contained in:
@@ -479,7 +479,7 @@ impl std::default::Default for ConnectionOptions {
|
||||
public_ip_max_retries: 3, // maximum number of retries before self-throttling for $public_ip_timeout
|
||||
max_block_push: 10, // maximum number of blocksData messages to push out via our anti-entropy protocol
|
||||
max_microblock_push: 10, // maximum number of microblocks messages to push out via our anti-entropy protocol
|
||||
antientropy_retry: 3600, // retry pushing data once every hour
|
||||
antientropy_retry: 3600, // retry pushing data once every hour
|
||||
antientropy_public: true, // run antientropy even if we're NOT NAT'ed
|
||||
max_buffered_blocks_available: 1,
|
||||
max_buffered_microblocks_available: 1,
|
||||
|
||||
Reference in New Issue
Block a user