diff --git a/rainbows_config.rb b/rainbows_config.rb index 44de9596..9a6cd2ca 100644 --- a/rainbows_config.rb +++ b/rainbows_config.rb @@ -5,7 +5,7 @@ Rainbows! do client_max_body_size 1*1024*1024 # 1 Megabyte - worker_processes 8 + worker_processes 6 worker_connections 32 timeout 10 @@ -31,4 +31,4 @@ Rainbows! do after_fork do |server, worker| DB.disconnect end -end \ No newline at end of file +end