mercurial/help/config.txt
changeset 30764 e75463e3179f
parent 30762 35b516f800e0
child 30766 d7bf7d2bd5ab
--- a/mercurial/help/config.txt	Sat Dec 24 15:22:18 2016 -0700
+++ b/mercurial/help/config.txt	Sat Dec 24 15:29:32 2016 -0700
@@ -1629,6 +1629,18 @@
 
     This option only impacts the HTTP server.
 
+``zstdlevel``
+    Integer between ``1`` and ``22`` that controls the zstd compression level
+    for wire protocol commands. ``1`` is the minimal amount of compression and
+    ``22`` is the highest amount of compression.
+
+    The default (``3``) should be significantly faster than zlib while likely
+    delivering better compression ratios.
+
+    This option only impacts the HTTP server.
+
+    See also ``server.zliblevel``.
+
 ``smtp``
 --------