summaryrefslogtreecommitdiffhomepage
path: root/etc/tinyproxy.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'etc/tinyproxy.conf.in')
-rw-r--r--etc/tinyproxy.conf.in24
1 files changed, 0 insertions, 24 deletions
diff --git a/etc/tinyproxy.conf.in b/etc/tinyproxy.conf.in
index f1b8817..06f5480 100644
--- a/etc/tinyproxy.conf.in
+++ b/etc/tinyproxy.conf.in
@@ -190,30 +190,6 @@ LogLevel Info
MaxClients 100
#
-# MinSpareServers/MaxSpareServers: These settings set the upper and
-# lower limit for the number of spare servers which should be available.
-#
-# If the number of spare servers falls below MinSpareServers then new
-# server processes will be spawned. If the number of servers exceeds
-# MaxSpareServers then the extras will be killed off.
-#
-MinSpareServers 5
-MaxSpareServers 20
-
-#
-# StartServers: The number of servers to start initially.
-#
-StartServers 10
-
-#
-# MaxRequestsPerChild: The number of connections a thread will handle
-# before it is killed. In practise this should be set to 0, which
-# disables thread reaping. If you do notice problems with memory
-# leakage, then set this to something like 10000.
-#
-MaxRequestsPerChild 0
-
-#
# Allow: Customization of authorization controls. If there are any
# access control keywords then the default action is to DENY. Otherwise,
# the default action is ALLOW.