Skip to content

Instantly share code, notes, and snippets.

@sbalukoff
Created November 6, 2010 16:35
Show Gist options
  • Save sbalukoff/665523 to your computer and use it in GitHub Desktop.
Save sbalukoff/665523 to your computer and use it in GitHub Desktop.
# Memcached tuning
memcached_connect_timeout 5000;
memcached_read_timeout 5000;
memcached_send_timeout 5000;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment