Skip to content

Commit

Permalink
set initial max latency to 10s
Browse files Browse the repository at this point in the history
  • Loading branch information
sdbondi committed Mar 11, 2022
1 parent 8a07fd0 commit f41b18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base_layer/core/src/base_node/sync/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pub struct BlockchainSyncConfig {
impl Default for BlockchainSyncConfig {
fn default() -> Self {
Self {
initial_max_sync_latency: Duration::from_secs(4),
initial_max_sync_latency: Duration::from_secs(10),
max_latency_increase: Duration::from_secs(2),
ban_period: Duration::from_secs(30 * 60),
short_ban_period: Duration::from_secs(60),
Expand Down

0 comments on commit f41b18f

Please sign in to comment.