Skip to content

Commit

Permalink
v0.2.4 sleep more
Browse files Browse the repository at this point in the history
  • Loading branch information
Mon-ius committed May 13, 2024
1 parent fc11b2d commit 129c977
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hfd-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hfd-cli"
version = "0.2.3"
version = "0.2.4"
edition = "2021"

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions hfd-cli/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ impl HfClient {

for task in tasks {
task.await.unwrap();
std::thread::sleep(Duration::from_millis(100));
}
Ok(())
}
Expand Down

0 comments on commit 129c977

Please sign in to comment.