##// END OF EJS Templates
git: handle flacky and slow connection issues with git....
git: handle flacky and slow connection issues with git. - on slow, or many packet drop, default timeouts could be easily achieved. Increase them to handle cases of at least 0.3% packet drop and 1024kb connection with 300ms latency.

File last commit:

r133:271283f9 default
r357:305b33c6 stable
Show More
MANIFEST.in
13 lines | 199 B | text/plain | TextLexer
# top level files
include *.rst
include *.txt
# package extras
include vcsserver/VERSION
# all config files
recursive-include configs *
# skip any tests files
recursive-exclude vcsserver/tests *