Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
Release v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
AurevoirXavier committed Dec 30, 2023
1 parent 073c52a commit 7123aee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "atomicalsir"
readme = "README.md"
repository = "https://github.com/hack-ink/atomicalsir"
version = "0.1.7"
version = "0.1.8"

[profile.ci-dev]
incremental = false
Expand Down
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -350,9 +350,9 @@ where
return f;
}

tracing::warn!("failed to query {target}; retrying in 60 seconds");
tracing::warn!("failed to query {target}; retrying in 1 minute");

thread::sleep(Duration::from_secs(3));
thread::sleep(Duration::from_secs(60));
}
}

Expand Down

0 comments on commit 7123aee

Please sign in to comment.