Sha256: 885904556259a4bb8a7bd46e8cc452d523c118fab6ccc372821b150c27e6ccec

Contents?: true

Size: 234 Bytes

Versions: 3

Compression:

Stored size: 234 Bytes

Contents

worker_processes 2
listen           '/tmp/unicorn.sock', :backlog => 1
listen           9292, :tcp_nopush => true
timeout          10
pid              'tmp/pids/unicorn.pid'
preload_app      true

after_fork do |_, _|
  GC.disable
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
picky-0.0.4 prototype_project/app/unicorn.ru
picky-0.0.3 prototype_project/app/unicorn.ru
picky-0.0.2 prototype_project/app/unicorn.ru