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
1 changed files with 8 additions and 6 deletions

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>