Skip to content

Commit

Permalink
[Trivial] DEX rate limiter default config values (#2132)
Browse files Browse the repository at this point in the history
# Description
Adjusts DEX rate limiter config default values

## How to test
Using logs
  • Loading branch information
squadgazzz authored Dec 7, 2023
1 parent 4ef426b commit 07a966e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/solvers/src/infra/config/dex/file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,15 @@ fn default_smallest_partial_fill() -> eth::U256 {
}

fn default_back_off_growth_factor() -> f64 {
1.0
2.0
}

fn default_min_back_off() -> u64 {
Default::default()
1
}

fn default_max_back_off() -> u64 {
Default::default()
8
}

/// Loads the base solver configuration from a TOML file.
Expand Down

0 comments on commit 07a966e

Please sign in to comment.