Skip to content

Commit

Permalink
Bump Unicorn request timeout
Browse files Browse the repository at this point in the history
I tried to crawl https://adarasblogazine.com/feed/ but it timed out.
  • Loading branch information
dentarg committed May 7, 2019
1 parent 16c9f1e commit 157b5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 25
preload_app true

before_fork do |server, worker|
Expand Down

0 comments on commit 157b5a0

Please sign in to comment.