Skip to content

Commit

Permalink
Update mod.rs
Browse files Browse the repository at this point in the history
change default retry policy
  • Loading branch information
bokuweb authored Oct 22, 2023
1 parent 29ec2f3 commit e473c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raiden/src/retry/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pub enum Policy {

impl Default for Policy {
fn default() -> Self {
Policy::Exponential(5, Duration::from_millis(20))
Policy::Exponential(5, Duration::from_millis(50))
}
}

Expand Down

0 comments on commit e473c37

Please sign in to comment.