mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
chore: minor changes (#2108)
This commit is contained in:
parent
b9b0412f7c
commit
7fe1796157
11 changed files with 25 additions and 36 deletions
|
|
@ -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
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue