Merge pull request #391 from adripo/patch-1

pull/394/head
Jason Kulatunga 2 years ago committed by GitHub
commit 5cc7fb30ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,7 +8,7 @@ import (
"time"
)
var httpClient = &http.Client{Timeout: 10 * time.Second}
var httpClient = &http.Client{Timeout: 60 * time.Second}
type BaseCollector struct {
logger *logrus.Entry

Loading…
Cancel
Save