Skip to content

Commit

Permalink
chore: remove sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
lgalabru committed Aug 3, 2023
1 parent a864c85 commit ddf790f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/hord-cli/src/service/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ impl Service {
let hord_config = self.config.get_hord_config();

// Sleep
std::thread::sleep(std::time::Duration::from_secs(1200));
// std::thread::sleep(std::time::Duration::from_secs(1200));

// Force rebuild
// {
Expand Down

0 comments on commit ddf790f

Please sign in to comment.