summaryrefslogtreecommitdiff
path: root/package/tinyproxy/files/tinyproxy.conf
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2021-11-17 15:00:48 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2021-11-17 15:11:36 +0100
commit0aa541511d41d23b562d4afc7b4a69cc12bd99c3 (patch)
tree53d0621efcefa32d3cd0139eb04ee889aadbed0a /package/tinyproxy/files/tinyproxy.conf
parenta4fc482c223b4cf61a9361fca9ca113d6ca46b4b (diff)
tinyproxy: update to 1.11.0
Diffstat (limited to 'package/tinyproxy/files/tinyproxy.conf')
-rw-r--r--package/tinyproxy/files/tinyproxy.conf22
1 files changed, 0 insertions, 22 deletions
diff --git a/package/tinyproxy/files/tinyproxy.conf b/package/tinyproxy/files/tinyproxy.conf
index 798231b12..c9ee8d178 100644
--- a/package/tinyproxy/files/tinyproxy.conf
+++ b/package/tinyproxy/files/tinyproxy.conf
@@ -137,28 +137,6 @@ PidFile "/var/run/tinyproxy/tinyproxy.pid"
MaxClients 100
#
-# 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 ones will be created. If the number
-# of servers exceeds MaxSpareServers then the extras will be killed off.
-#
-MinSpareServers 5
-MaxSpareServers 20
-
-#
-# Number of servers to start initially.
-#
-StartServers 10
-
-#
-# MaxRequestsPerChild is 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
-
-#
# The following is the authorization controls. If there are any access
# control keywords then the default action is to DENY. Otherwise, the
# default action is ALLOW.