mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
fix: propagation timeout
This commit is contained in:
parent
c61d04e508
commit
304194b9f6
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ type Config struct {
|
|||
// NewDefaultConfig returns a default configuration for the DNSProvider.
|
||||
func NewDefaultConfig() *Config {
|
||||
return &Config{
|
||||
PropagationTimeout: env.GetOrDefaultSecond(EnvPropagationTimeout, 300),
|
||||
PropagationTimeout: env.GetOrDefaultSecond(EnvPropagationTimeout, 350*time.Second),
|
||||
PollingInterval: env.GetOrDefaultSecond(EnvPollingInterval, dns01.DefaultPollingInterval),
|
||||
HTTPClient: &http.Client{
|
||||
Timeout: env.GetOrDefaultSecond(EnvHTTPTimeout, 30*time.Second),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue