fuck fuck: change block checker cooldown back to 60 seconds
All checks were successful
CI / build (push) Successful in 47s
All checks were successful
CI / build (push) Successful in 47s
This commit is contained in:
parent
60c481c9a7
commit
273067973f
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -488,7 +488,7 @@ func main() {
|
|||
}
|
||||
bc_cooldown := os.Getenv("BLOCK_CHECKER_COOLDOWN")
|
||||
if bc_cooldown == "" {
|
||||
bc_cooldown = "20"
|
||||
bc_cooldown = "60"
|
||||
}
|
||||
proxy = os.Getenv("PROXY")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue