From 77e06b6c08305894107cc286314ffdacfe50e2ed Mon Sep 17 00:00:00 2001 From: Albert Yi Date: Fri, 18 Nov 2016 16:40:55 -0800 Subject: [PATCH] increase unicorn backlog --- config/unicorn/production.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/unicorn/production.rb b/config/unicorn/production.rb index 9354dd59a..6df356592 100644 --- a/config/unicorn/production.rb +++ b/config/unicorn/production.rb @@ -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'