forked from TrueCloudLab/lego
Revert "Updated timeout for cloudflare dns challenge"
This commit is contained in:
parent
1ee5cbd9e8
commit
250bb86a2b
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ func (c *DNSProvider) makeRequest(method, uri string, body io.Reader) (json.RawM
|
|||
req.Header.Set("X-Auth-Key", c.authKey)
|
||||
//req.Header.Set("User-Agent", userAgent())
|
||||
|
||||
client := http.Client{Timeout: 120 * time.Second}
|
||||
client := http.Client{Timeout: 30 * time.Second}
|
||||
resp, err := client.Do(req)
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("Error querying API -> %v", err)
|
||||
|
|
Loading…
Reference in a new issue