feat(downloadclients): arrs increase timeout for release/push (#1083)

* fix(sonarr): increase timeout to 120s

* feat(arrs): increase timeouts
This commit is contained in:
Kyle Sanderson 2023-09-07 14:47:31 -07:00 committed by GitHub
parent 1a48316233
commit 08d7ecf329
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

@ -42,7 +42,7 @@ type client struct {
func New(config Config) Client {
httpClient := &http.Client{
Timeout: time.Second * 30,
Timeout: time.Second * 120,
}
c := &client{