]> git.pld-linux.org Git - packages/squid.git/blobdiff - squid.sysconfig
- up to 3.0.STABLE9
[packages/squid.git] / squid.sysconfig
index c9048a3fc762cae2ba8f991322a50137462bf03c..265db88abe9b3cb56d5f11eab74db1e7aebcd3c4 100644 (file)
@@ -8,6 +8,10 @@ SERVICE_RUN_NICE_LEVEL="+5"
 #    internet connection when you start squid, uncomment this
 #SQUID_OPTS="-D"
 
-# delay in seconds between stop and start phase, some systems need long delay
-DELAY_BETWEEN_RESTARTS=30
+# maximum time (in seconds) to wait for squid to stop
+SQUID_SHUTDOWN_TIMEOUT="60"
 
+# file description limit for squid
+SQUID_FD_LIMIT="8192"
+
+SERVICE_LIMITS="$DEFAULT_SERVICE_LIMITS -n $SQUID_FD_LIMIT"
This page took 0.045899 seconds and 4 git commands to generate.