forked from saurabh/orbit4-5
disable preload_app of unicron, possible fix for random errors
This commit is contained in:
parent
a8a092a395
commit
ebabf7de01
|
@ -6,7 +6,7 @@ rails_root = `pwd`.gsub("\n", "")
|
|||
rails_env = ENV['RAILS_ENV'] || 'production'
|
||||
worker_processes (rails_env == 'production' ? 4 : 2)
|
||||
|
||||
preload_app true
|
||||
# preload_app true
|
||||
|
||||
timeout 30
|
||||
|
||||
|
|
Loading…
Reference in New Issue