mirror of
https://gitlab.com/hagrid-keyserver/hagrid.git
synced 2023-02-13 20:55:02 -05:00
about: update rate limit info in api docs
This commit is contained in:
parent
f0e0e179ce
commit
f0dd400a92
1 changed files with 8 additions and 6 deletions
14
dist/templates/about/api.html.hbs
vendored
14
dist/templates/about/api.html.hbs
vendored
|
@ -190,13 +190,15 @@
|
|||
limited:
|
||||
</p>
|
||||
<ul>
|
||||
<li>Requests by fingerprint or key id are limited to a rate of five requests
|
||||
per second. Excessive requests are delayed to match this rate. Short
|
||||
bursts are allowed.
|
||||
<li>
|
||||
Requests by fingerprint or key id are limited to five requests per second.
|
||||
Excessive requests will fail with <tt>error 429</tt>.
|
||||
There is a burst window of 1000.
|
||||
</li>
|
||||
<li>Requests by email address are limited to one request per minute.
|
||||
Excessive requests will fail with <tt>error 429</tt>. Short bursts are
|
||||
allowed.
|
||||
<li>
|
||||
Requests by email address are limited to one request per minute.
|
||||
Excessive requests will fail with <tt>error 429</tt>.
|
||||
There is a burst window of 50.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
|
Loading…
Reference in a new issue