comparison doc/hgrc.5.txt @ 2622:064aef9162cc

rename stream hgrc option to compressed.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Sun, 16 Jul 2006 10:04:16 -0700
parents 5a5852a417b1
children ebf033bc8eb2
comparison
equal deleted inserted replaced
2621:5a5852a417b1 2622:064aef9162cc
326 Optional. Directory or URL to use when pushing if no destination 326 Optional. Directory or URL to use when pushing if no destination
327 is specified. 327 is specified.
328 328
329 server:: 329 server::
330 Controls generic server settings. 330 Controls generic server settings.
331 stream;; 331 uncompressed;;
332 Whether to allow clients to clone a repo using the uncompressed 332 Whether to allow clients to clone a repo using the uncompressed
333 streaming protocol. This transfers about 40% more data than a 333 streaming protocol. This transfers about 40% more data than a
334 regular clone, but uses less memory and CPU on both server and 334 regular clone, but uses less memory and CPU on both server and
335 client. Over a LAN (100Mbps or better) or a very fast WAN, an 335 client. Over a LAN (100Mbps or better) or a very fast WAN, an
336 uncompressed streaming clone is a lot faster (~10x) than a regular 336 uncompressed streaming clone is a lot faster (~10x) than a regular