Sha256: 8771deb0be4eb3861604c41af08118d6edb1f95db4c7f62970a0f432f85c0fe9

Contents?: true

Size: 798 Bytes

Versions: 7

Compression:

Stored size: 798 Bytes

Contents

# Configuration from http://rainbows.rubyforge.org/Rainbows/Configurator.html. Don't juse
# blindly copy and paste this configuration! Be sure you have read and understand the Rainbows
# configuration documentation for your environment.

Rainbows! do
  use                       :EventMachine   # concurrency model
  worker_connections        400
  keepalive_timeout         0               # disables keepalives
  keepalive_requests        666             # default:100
  client_max_body_size      5 * 1024 * 1024 # 5 megabytes
  client_header_buffer_size 2 * 1024        # 2 kilobytes
end

# the rest of the Unicorn configuration...
worker_processes [ENV['WORKER_PROCESSES'].to_i, 1].max # Default to 1
working_directory ENV['WORKING_DIRECTORY'] if ENV['WORKING_DIRECTORY']
logger Firehose.logger

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
firehose-1.3.6 config/rainbows.rb
firehose-1.2.20 config/rainbows.rb
firehose-1.2.13 config/rainbows.rb
firehose-1.2.12 config/rainbows.rb
firehose-1.2.11 config/rainbows.rb
firehose-1.2.10 config/rainbows.rb
firehose-1.2.9 config/rainbows.rb