Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Oct 25, 2023
1 parent e4e9c57 commit 10ad002
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/erc20_payment_lib_test/src/config_setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ pub async fn create_default_config_setup(proxy_url_base: &str, proxy_key: &str)
Config {
chain: chain_map,
engine: Engine {
process_interval: 1,
process_interval_after_error: 1,
gather_interval: 1,
process_interval: 0,
process_interval_after_error: 0,
gather_interval: 0,
automatic_recover: false,
gather_at_start: false,
},
Expand Down

0 comments on commit 10ad002

Please sign in to comment.