disable preload_app of unicron, possible fix for random errors

This commit is contained in:
manson 2014-08-15 19:39:28 +08:00
parent a8a092a395
commit ebabf7de01
1 changed files with 1 additions and 1 deletions

View File

@ -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