mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
reduce workers
This commit is contained in:
parent
79a517da96
commit
31afc3f364
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ Rainbows! do
|
||||||
|
|
||||||
client_max_body_size 1*1024*1024 # 1 Megabyte
|
client_max_body_size 1*1024*1024 # 1 Megabyte
|
||||||
|
|
||||||
worker_processes 8
|
worker_processes 6
|
||||||
worker_connections 32
|
worker_connections 32
|
||||||
timeout 10
|
timeout 10
|
||||||
|
|
||||||
|
@ -31,4 +31,4 @@ Rainbows! do
|
||||||
after_fork do |server, worker|
|
after_fork do |server, worker|
|
||||||
DB.disconnect
|
DB.disconnect
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue