add a unicorn.rb
This commit is contained in:
parent
4290f05a6c
commit
e4048f3d81
5
config/unicorn.rb
Normal file
5
config/unicorn.rb
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
worker_processes 3 # amount of unicorn workers to spin up
|
||||||
|
timeout 30 # restarts workers that hang for 15 seconds
|
||||||
|
|
||||||
|
preload_app true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user