Skip to content

Commit

Permalink
update interval.
Browse files Browse the repository at this point in the history
  • Loading branch information
chinyuchan committed Jul 9, 2024
1 parent 84377cb commit ed37518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scanner/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use sqlx::{Pool, Postgres};
use std::env;
use std::time::Duration;

const DEFAULT_INTERVAL: u64 = 4; // 4s
const DEFAULT_INTERVAL: u64 = 6; // 6s
const DEFAULT_RPC_RETRIES: usize = 3;

#[derive(Parser, Debug)]
Expand Down

0 comments on commit ed37518

Please sign in to comment.