Created
June 9, 2017 08:09
-
-
Save motobrew/8d51ceeb648439d95e68215198aca88d to your computer and use it in GitHub Desktop.
unicorn socket backlog
This file contains 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
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