Skip to content

Instantly share code, notes, and snippets.

@motobrew
Created June 9, 2017 08:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save motobrew/8d51ceeb648439d95e68215198aca88d to your computer and use it in GitHub Desktop.
Save motobrew/8d51ceeb648439d95e68215198aca88d to your computer and use it in GitHub Desktop.
unicorn socket backlog
unicorn_backlog = ENV["UNICORN_BACKLOG"] || 1024
listen /tmp/unicorn.sock, :backlog => Integer(unicorn_backlog)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment