mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
apache: Tuning max spare servers to 10, this should speed up webinterface and updx.
This commit is contained in:
@@ -18,8 +18,8 @@ MaxKeepAliveRequests 100
|
||||
KeepAliveTimeout 15
|
||||
|
||||
MinSpareServers 1
|
||||
MaxSpareServers 2
|
||||
StartServers 2
|
||||
MaxSpareServers 10
|
||||
StartServers 1
|
||||
MaxClients 10
|
||||
MaxRequestsPerChild 100
|
||||
|
||||
|
||||
Reference in New Issue
Block a user