Skip to content

Commit

Permalink
update interval.
Browse files Browse the repository at this point in the history
  • Loading branch information
chinyuchan committed Jul 6, 2024
1 parent 2cc2fa3 commit fd24f9e
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 = 5; // 5s
const DEFAULT_INTERVAL: u64 = 3; // 3s
const DEFAULT_RPC_RETRIES: usize = 3;

#[derive(Parser, Debug)]
Expand Down

0 comments on commit fd24f9e

Please sign in to comment.