Make timeout longer

This commit is contained in:
blank X 2022-02-16 22:02:49 +07:00
parent 586186a355
commit 5143666358
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ func main() {
os.Exit(1)
}
client := &http.Client{
Timeout: time.Duration(30 * time.Second),
Timeout: time.Duration(10 * time.Minute),
}
err = LoadConfigAndData()
if err != nil {