increase unicorn backlog

This commit is contained in:
Albert Yi
2016-11-18 16:40:55 -08:00
parent 67c374f272
commit 77e06b6c08

View File

@@ -5,8 +5,8 @@ app_path = "/var/www/danbooru2/current"
worker_processes 22
timeout 180
listen "127.0.0.1:9000", :tcp_nopush => true
listen "/tmp/.unicorn.sock", :backlog => 64
#listen "127.0.0.1:9000", :tcp_nopush => true
listen "/tmp/.unicorn.sock", :backlog => 256
# Spawn unicorn master worker for user apps (group: apps)
user 'albert', 'albert'