File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to the versioning scheme outlined in the [ README.md] ( README.md ) .
7
7
8
+ ## [ 2.5.0.0.5]
9
+ ### Added
10
+ - Added configuration option ` connections.antientropy_retry ` (#4932 )
11
+ ### Changed
12
+ - Set default antientropy_retry to run once per hour (#4935 )
13
+
14
+
8
15
## [ 2.5.0.0.4]
9
16
10
17
### Added
Original file line number Diff line number Diff line change @@ -479,7 +479,7 @@ impl std::default::Default for ConnectionOptions {
479
479
public_ip_max_retries : 3 , // maximum number of retries before self-throttling for $public_ip_timeout
480
480
max_block_push : 10 , // maximum number of blocksData messages to push out via our anti-entropy protocol
481
481
max_microblock_push : 10 , // maximum number of microblocks messages to push out via our anti-entropy protocol
482
- antientropy_retry : 60 , // retry pushing data once every minute
482
+ antientropy_retry : 3600 , // retry pushing data once every hour
483
483
antientropy_public : true , // run antientropy even if we're NOT NAT'ed
484
484
max_buffered_blocks_available : 1 ,
485
485
max_buffered_microblocks_available : 1 ,
You can’t perform that action at this time.
0 commit comments