Commit 5ef27431 by e0d

removing duplicated timeout

parent 04fec118
...@@ -2,7 +2,6 @@ worker_processes ENV['WORKER_PROCESSES'].to_i || 4 ...@@ -2,7 +2,6 @@ worker_processes ENV['WORKER_PROCESSES'].to_i || 4
timeout 25 timeout 25
preload_app true preload_app true
listen "unix:" + ENV['DATA_DIR'] + "/forum.sock", :backlog => 512 listen "unix:" + ENV['DATA_DIR'] + "/forum.sock", :backlog => 512
timeout 120
pid ENV['DATA_DIR'] + "/forum_unicorn.pid" pid ENV['DATA_DIR'] + "/forum_unicorn.pid"
before_fork do |server, worker| before_fork do |server, worker|
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment