Skip to content

Commit

Permalink
perf: query private network faster
Browse files Browse the repository at this point in the history
  • Loading branch information
BastiDood committed Dec 20, 2023
1 parent 419cf9c commit 4aaf7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fn main() -> anyhow::Result<()> {
Err(err) => err,
};
log::error!("{err}");
tokio::time::sleep(core::time::Duration::from_secs(1)).await;
tokio::time::sleep(core::time::Duration::from_millis(100)).await;
};

use core::pin::pin;
Expand Down

0 comments on commit 4aaf7fe

Please sign in to comment.