Skip to content

Commit c75a453

Browse files
committed
Set Throttler
1 parent 73b5cfe commit c75a453

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/providers/porkbun/porkbun.go

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ func NewPorkbunProvider(apiKey, secretApiKey string) dns.Provider {
1818
ApiKey: apiKey,
1919
SecretApiKey: secretApiKey,
2020
},
21+
Throttler: *api.NewThrottler(1),
2122
},
2223
}
2324
}

0 commit comments

Comments
 (0)