Created
May 21, 2014 09:01
-
-
Save aegypius/c0c366a2fe4a3f214240 to your computer and use it in GitHub Desktop.
Speeding up Git on a Samba share
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Add this line to the server config | |
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=65536 SO_SNDBUF=65536 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment