Skip to content

Commit

Permalink
fix: Change rpc timeout to prevent the warn of ae failed
Browse files Browse the repository at this point in the history
Signed-off-by: GFX9 <[email protected]>
  • Loading branch information
GFX9 authored and Phoenix500526 committed Apr 30, 2024
1 parent 195e3ad commit 6efe947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/utils/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ pub const fn default_fixed_backoff() -> bool {
#[must_use]
#[inline]
pub const fn default_rpc_timeout() -> Duration {
Duration::from_millis(50)
Duration::from_millis(150)
}

/// default candidate timeout ticks
Expand Down

0 comments on commit 6efe947

Please sign in to comment.