mercurial/help/config.txt
changeset 30764 e75463e3179f
parent 30762 35b516f800e0
child 30766 d7bf7d2bd5ab
equal deleted inserted replaced
30763:a520aefb96f1 30764:e75463e3179f
  1627     bandwidth and CPU used. Lowering the compression lowers CPU utilization
  1627     bandwidth and CPU used. Lowering the compression lowers CPU utilization
  1628     but sends more bytes to clients.
  1628     but sends more bytes to clients.
  1629 
  1629 
  1630     This option only impacts the HTTP server.
  1630     This option only impacts the HTTP server.
  1631 
  1631 
       
  1632 ``zstdlevel``
       
  1633     Integer between ``1`` and ``22`` that controls the zstd compression level
       
  1634     for wire protocol commands. ``1`` is the minimal amount of compression and
       
  1635     ``22`` is the highest amount of compression.
       
  1636 
       
  1637     The default (``3``) should be significantly faster than zlib while likely
       
  1638     delivering better compression ratios.
       
  1639 
       
  1640     This option only impacts the HTTP server.
       
  1641 
       
  1642     See also ``server.zliblevel``.
       
  1643 
  1632 ``smtp``
  1644 ``smtp``
  1633 --------
  1645 --------
  1634 
  1646 
  1635 Configuration for extensions that need to send email messages.
  1647 Configuration for extensions that need to send email messages.
  1636 
  1648