1
0
Fork 0
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:
Vincent Breitmoser 2021-06-11 11:25:49 +02:00
parent f0e0e179ce
commit f0dd400a92

View file

@ -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>