]> git.pld-linux.org Git - packages/squid.git/blobdiff - squid.sysconfig
- updated to 4.13
[packages/squid.git] / squid.sysconfig
index 26604f5051cb6cc957c18673ce8b202393656cad..265db88abe9b3cb56d5f11eab74db1e7aebcd3c4 100644 (file)
@@ -1,8 +1,5 @@
 # Squid startup configuration file
 
-# define the cache_swap location
-CACHE_SWAP=/var/cache/squid
-
 # Try to define nice-level for running squid
 SERVICE_RUN_NICE_LEVEL="+5"
 
@@ -11,3 +8,10 @@ SERVICE_RUN_NICE_LEVEL="+5"
 #    internet connection when you start squid, uncomment this
 #SQUID_OPTS="-D"
 
+# 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.057342 seconds and 4 git commands to generate.