We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73b5cfe commit c75a453Copy full SHA for c75a453
pkg/providers/porkbun/porkbun.go
@@ -18,6 +18,7 @@ func NewPorkbunProvider(apiKey, secretApiKey string) dns.Provider {
18
ApiKey: apiKey,
19
SecretApiKey: secretApiKey,
20
},
21
+ Throttler: *api.NewThrottler(1),
22
23
}
24
0 commit comments