Sha256: cc4279c231c7ec657eba537cb10209200f2194533f7974106f1c84843a12edc2

Contents?: true

Size: 315 Bytes

Versions: 1

Compression:

Stored size: 315 Bytes

Contents

threads Integer(ENV['MIN_THREADS']  || 1), Integer(ENV['MAX_THREADS'] || 16)
workers Integer(ENV['PUMA_WORKERS'] || 3)

port        ENV['PORT']     || 0 # using 0 tells the OS to grab first open port
environment ENV['RACK_ENV'] || 'development'
preload_app!

Thread.abort_on_exception = true

on_worker_boot do
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
puma_auto_tune-0.0.1 test/fixtures/config.rb