We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c539c20 commit f388f1cCopy full SHA for f388f1c
scaleway/helpers_domain.go
@@ -12,9 +12,9 @@ import (
12
)
13
14
const (
15
- defaultDomainRecordTimeout = 30 * time.Second
16
- defaultDomainZoneTimeout = 30 * time.Second
17
- defaultDomainZoneRetryInterval = 5 * time.Second
+ defaultDomainRecordTimeout = 5 * time.Minute
+ defaultDomainZoneTimeout = 5 * time.Minute
+ defaultDomainZoneRetryInterval = 5 * time.Minute
18
19
20
// domainAPI returns a new domain API.
0 commit comments