comparison mercurial/help/config.txt @ 39721:1b5880352314

bundle2: graduate bundle2.stream option from experimental to server section Differential Revision: https://phab.mercurial-scm.org/D4679
author Anton Shestakov <av6@dwimlabs.net>
date Mon, 17 Sep 2018 16:52:34 +0800
parents d0a8299e7256
children 4bd6e444c76f
comparison
equal deleted inserted replaced
39720:7d9b1b50cad5 39721:1b5880352314
1925 Large repositories using the *generaldelta* storage format should 1925 Large repositories using the *generaldelta* storage format should
1926 consider setting this option because converting *generaldelta* 1926 consider setting this option because converting *generaldelta*
1927 repositories to the exchange format required by the bundle1 data 1927 repositories to the exchange format required by the bundle1 data
1928 format can consume a lot of CPU. 1928 format can consume a lot of CPU.
1929 1929
1930 ``bundle2.stream``
1931 Whether to allow clients to pull using the bundle2 streaming protocol.
1932 (default: False)
1933
1930 ``zliblevel`` 1934 ``zliblevel``
1931 Integer between ``-1`` and ``9`` that controls the zlib compression level 1935 Integer between ``-1`` and ``9`` that controls the zlib compression level
1932 for wire protocol commands that send zlib compressed output (notably the 1936 for wire protocol commands that send zlib compressed output (notably the
1933 commands that send repository history data). 1937 commands that send repository history data).
1934 1938