Show More
@@ -716,8 +716,14 b' Controls generic server settings.' | |||
|
716 | 716 | WAN, an uncompressed streaming clone is a lot faster (~10x) than a |
|
717 | 717 | regular clone. Over most WAN connections (anything slower than |
|
718 | 718 | about 6 Mbps), uncompressed streaming is slower, because of the |
|
719 |
extra data transfer overhead. |
|
|
719 | extra data transfer overhead. This mode will also temporarily hold | |
|
720 | the write lock while determining what data to transfer. | |
|
721 | Default is True. | |
|
720 | 722 | |
|
723 | ``validate`` | |
|
724 | Whether to validate the completeness of pushed changesets by | |
|
725 | checking that all new file revisions specified in manifests are | |
|
726 | present. Default is False. | |
|
721 | 727 | |
|
722 | 728 | ``trusted`` |
|
723 | 729 | """"""""""" |
General Comments 0
You need to be logged in to leave comments.
Login now