about: update documentation on hkp limits

This commit is contained in:
Vincent Breitmoser 2019-07-12 13:56:31 +02:00
parent 45e667ca55
commit 389b85b43a
No known key found for this signature in database
GPG Key ID: 7BD18320DEADFA11
1 changed files with 8 additions and 6 deletions

View File

@ -194,8 +194,8 @@
per second. Excessive requests are delayed to match this rate. Short per second. Excessive requests are delayed to match this rate. Short
bursts are allowed. bursts are allowed.
</li> </li>
<li>Requests by e-mail address are limited to five requests per minute. <li>Requests by e-mail address are limited to one request per minute.
Excessive requests will fail with <tt>error 503</tt>. Short bursts are Excessive requests will fail with <tt>error 429</tt>. Short bursts are
allowed. allowed.
</li> </li>
</ul> </ul>
@ -274,11 +274,13 @@
<ul> <ul>
<li>No support for <code>op=vindex</code>,</li> <li>No support for <code>op=vindex</code>,</li>
<li>only exact matches for user IDs are returned (i.e. <code>exact=on</code> is <li>only exact matches by e-mail address, fingerprint or long key id are
returned,</li>
<li>all parameters and options other than <code>op</code> and
<code>search</code> are ignored,</li>
<li>output is always machine readable (i.e. <code>options=mr</code> is
always assumed),</li> always assumed),</li>
<li>the <code>fingerprint</code> variable is ignored,</li> <li>all requests return either one or no keys,</li>
<li>the <code>nm</code> option is ignored,</li>
<li><code>op=index</code> returns either one or no keys,</li>
<li>uploads are restricted to 1 MiB,</li> <li>uploads are restricted to 1 MiB,</li>
<li>all packets that aren't public keys, user IDs or signatures are filtered out.</li> <li>all packets that aren't public keys, user IDs or signatures are filtered out.</li>
</ul> </ul>