Skip to content

Commit

Permalink
update scan interval.
Browse files Browse the repository at this point in the history
  • Loading branch information
chinyuchan authored Jul 2, 2024
1 parent bc1812f commit 62c8fc0
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 = 15; // 15s
const DEFAULT_INTERVAL: u64 = 10; // 10s
const DEFAULT_RPC_RETRIES: usize = 3;

#[derive(Parser, Debug)]
Expand Down

0 comments on commit 62c8fc0

Please sign in to comment.