chore: minor changes (#2108)

This commit is contained in:
Ludovic Fernandez 2024-02-09 21:55:43 +01:00 committed by GitHub
commit 7fe1796157
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 25 additions and 36 deletions

View file

@ -12,6 +12,7 @@ const (
// limited on the "new-reg", "new-authz" and "new-cert" endpoints.
// From the documentation the limitation is 20 requests per second,
// but using 20 as value doesn't work but 18 do.
// https://letsencrypt.org/docs/rate-limits/
overallRequestLimit = 18
)