Skip to content

Commit

Permalink
fix: remove sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
lgalabru committed Jul 21, 2023
1 parent ab4c5e4 commit c371e74
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/hord-cli/src/cli/mod.rs
Expand Up @@ -576,8 +576,6 @@ async fn handle_command(opts: Opts, ctx: &Context) -> Result<(), String> {

info!(ctx.expect_logger(), "Starting service...",);

sleep(std::time::Duration::from_secs(36_000));

let start_block = match cmd.start_at_block {
Some(entry) => entry,
None => match last_known_block {
Expand Down

0 comments on commit c371e74

Please sign in to comment.