chiark / gitweb /
protocol docs
[hippotat.git] / docs / settings.rst
index 6bf171210353a0d22c6db116bad3ec196d0121b0..f900673389eaeff4b429f1341cf723418bc17419 100644 (file)
@@ -65,8 +65,8 @@ value is obtained, it is (silently) reduced to the limit value.
 ``max_batch_down``
   Size limit for response payloads.
 
-  On client, incoming response bodies are limited to this plus
-  a fixed constant metadata overhead of 10000 bytes.
+  On client, incoming response bodies are limited to this (plus
+  a fixed constant metadata overhead).
   Server uses minimum of client's and server's configured values
   (old servers just use server's value).
 
@@ -77,7 +77,7 @@ value is obtained, it is (silently) reduced to the limit value.
   with ``LIMIT`` applied.
 
   On server, only ``LIMIT`` is relevant, and must be at least the
-  client's configured value (checked). xxx put in metadata
+  client's configured value (checked).
 
   [``4000`` (bytes); ``LIMIT``: ``262144``]