Skip to content

Commit

Permalink
increase round prober default timeout to 4s
Browse files Browse the repository at this point in the history
  • Loading branch information
mwtian committed Jan 11, 2025
1 parent a6bd6e8 commit 84df489
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion consensus/config/src/parameters.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ impl Parameters {
if cfg!(msim) {
800
} else {
2000
4000
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sync_last_known_own_block_timeout:
secs: 5
nanos: 0
round_prober_interval_ms: 5000
round_prober_request_timeout_ms: 2000
round_prober_request_timeout_ms: 4000
propagation_delay_stop_proposal_threshold: 5
dag_state_cached_rounds: 500
commit_sync_parallel_fetches: 8
Expand Down

0 comments on commit 84df489

Please sign in to comment.