Sha256: 672e76a6813574c1c03f431b59b1a52a3cd7a4489975c18939196514f9b06579

Contents?: true

Size: 253 Bytes

Versions: 5

Compression:

Stored size: 253 Bytes

Contents

workers Integer(ENV['WEB_CONCURRENCY'] || 1)
threads_count = Integer(ENV['MAX_THREADS'] || 5)
threads threads_count, threads_count

preload_app!

rackup      DefaultRackup
port        ENV['PORT']     || 5000
environment ENV['RACK_ENV'] || 'development'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rubotnik-0.2.3 templates/puma.rb
rubotnik-0.2.2 templates/puma.rb
rubotnik-0.2.1 templates/puma.rb
rubotnik-0.2.0 templates/puma.rb
rubotnik-0.1.1 templates/puma.rb