panicDelyRecoverExit->main()
All checks were successful
Gitea Go Release Actions / Release Go Binary (amd64, darwin) (push) Successful in 1m12s
Gitea Go Release Actions / Release Go Binary (amd64, windows) (push) Successful in 1m22s
Gitea Go Release Actions / Release Go Binary (amd64, linux) (push) Successful in 1m24s
Gitea Go Release Actions / Release Go Binary (arm, linux) (push) Successful in 1m3s
Gitea Go Release Actions / Release Go Binary (arm64, linux) (push) Successful in 1m7s
Gitea Go Release Actions / Release Go Binary (arm64, darwin) (push) Successful in 1m8s
Gitea Go Release Actions / Release Go Binary (loong64, linux) (push) Successful in 1m7s
Gitea Go Release Actions / Release Go Binary (mips, linux) (push) Successful in 1m9s
Gitea Go Release Actions / Release Go Binary (riscv64, linux) (push) Successful in 1m8s

This commit is contained in:
yzqzss 2024-08-24 16:51:24 +08:00
parent 316ad15a55
commit b01ec49ebe

View File

@ -198,6 +198,7 @@ func ShowStatus(t *savewebtracker.Tracker) {
}
func main() {
defer panicDelyRecoverExit()
tracker := savewebtracker.GetTracker(project_id, "0.5", savewebtracker.Archivist())
tracker.PING_client = GetRetryableHttpClient(10*time.Second, DEBUG)
tracker.HTTP_client = GetRetryableHttpClient(10*time.Second, DEBUG)