Skip to content

Instantly share code, notes, and snippets.

@aegypius
Created May 21, 2014 09:01
Show Gist options
  • Save aegypius/c0c366a2fe4a3f214240 to your computer and use it in GitHub Desktop.
Save aegypius/c0c366a2fe4a3f214240 to your computer and use it in GitHub Desktop.
Speeding up Git on a Samba share
# 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