Sha256: 284ad6c0a0aceff1b0d9b3edf3c21701ca9e887d84a4032956bbd5234b1e319f
Contents?: true
Size: 495 Bytes
Versions: 163
Compression:
Stored size: 495 Bytes
Contents
listen '0.0.0.0:8080' pid 'tmp/pids/unicorn.pid' preload_app true stderr_path 'log/unicorn.stderr.log' stdout_path 'log/unicorn.stdout.log' timeout 10 worker_processes 3 # TODO Decide if you want to use the Unicorn killing trick. (Good with large data sets) # # After forking, the GC is disabled, because we # kill off the workers after x requests and fork # new ones – so the GC doesn't run. # # after_fork do |_, _| # GC.disable # end
Version data entries
163 entries across 162 versions & 1 rubygems