mirror of
https://gitlab.com/keys.openpgp.org/hagrid.git
synced 2025-10-06 00:23:08 +02:00
about: update rate limit info in api docs
This commit is contained in:
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>
|
||||
|
||||
|
Reference in New Issue
Block a user