BASE_CONCURRENCY = 2
All checks were successful
Gitea Go Release Actions / Release Go Binary (amd64, darwin) (push) Successful in 1m6s
Gitea Go Release Actions / Release Go Binary (amd64, linux) (push) Successful in 1m9s
Gitea Go Release Actions / Release Go Binary (arm, linux) (push) Successful in 55s
Gitea Go Release Actions / Release Go Binary (amd64, windows) (push) Successful in 1m15s
Gitea Go Release Actions / Release Go Binary (arm64, darwin) (push) Successful in 55s
Gitea Go Release Actions / Release Go Binary (arm64, linux) (push) Successful in 1m12s
Gitea Go Release Actions / Release Go Binary (loong64, linux) (push) Successful in 56s
Gitea Go Release Actions / Release Go Binary (mips, linux) (push) Successful in 1m4s
Gitea Go Release Actions / Release Go Binary (riscv64, linux) (push) Successful in 1m1s

This commit is contained in:
yzqzss 2024-06-28 05:35:28 +08:00
parent d8eddcbf17
commit 529d4dd692

View File

@ -17,7 +17,7 @@ import (
"github.com/hashicorp/go-retryablehttp"
)
var BASE_CONCURRENCY = 10
var BASE_CONCURRENCY = 2
var WITH_DELAY = true
var tasks_chan = make(chan savewebtracker.Task, BASE_CONCURRENCY)