Skip to content

Commit c371e74

Browse files
author
Ludo Galabru
committed
fix: remove sleep
1 parent ab4c5e4 commit c371e74

File tree

1 file changed

+0
-2
lines changed
  • components/hord-cli/src/cli

1 file changed

+0
-2
lines changed

components/hord-cli/src/cli/mod.rs

-2
Original file line numberDiff line numberDiff line change
@@ -576,8 +576,6 @@ async fn handle_command(opts: Opts, ctx: &Context) -> Result<(), String> {
576576

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

579-
sleep(std::time::Duration::from_secs(36_000));
580-
581579
let start_block = match cmd.start_at_block {
582580
Some(entry) => entry,
583581
None => match last_known_block {

0 commit comments

Comments
 (0)