reduce workers

This commit is contained in:
Kyle Drake 2013-06-03 00:10:54 -07:00
parent 79a517da96
commit 31afc3f364

View file

@ -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
end