lib/caploy/templates/unicorn/unicorn.rb.erb in caploy-0.1.10 vs lib/caploy/templates/unicorn/unicorn.rb.erb in caploy-0.1.11
- old
+ new
@@ -3,10 +3,10 @@
stderr_path "<%= unicorn_std_log %>"
stdout_path "<%= unicorn_err_log %>"
listen "/tmp/socket.<%= application %>_<%= stage %>.sock", :backlog => <%= unicorn_listen_backlog %>
worker_processes <%= unicorn_worker_processes %>
-timeout 30
+timeout <%= unicorn_timeout %>
preload_app true
before_fork do |server, worker|
# Disconnect since the database connection will not carry over
\ No newline at end of file