Skip to content

Commit

Permalink
moving unicorn timeout to 30
Browse files Browse the repository at this point in the history
  • Loading branch information
JuddL333 committed Jul 25, 2013
1 parent b8d96b1 commit c9c2c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/unicorn.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
worker_processes Integer(ENV["WEB_CONCURRENCY"] || 3)
timeout 15
timeout 30
preload_app true

before_fork do |server, worker|
Expand Down

0 comments on commit c9c2c74

Please sign in to comment.