diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-04-25 16:06:15 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-04-25 16:08:57 +0000 |
commit | 6fb74a8e88799ae2fc8c3e96d776ef2901fb7a8e (patch) | |
tree | a1268770fc905a6aaadfb99a45303de1d3d0b436 /main/squid/squid.confd | |
parent | 635fb0a54ab947adfaa4d7102e2e54680188385c (diff) | |
download | aports-6fb74a8e88799ae2fc8c3e96d776ef2901fb7a8e.tar.bz2 aports-6fb74a8e88799ae2fc8c3e96d776ef2901fb7a8e.tar.xz |
main/squid: disable hardcoded --max-filedescriptors
Use what ever is the system default (with ulimit) or let user configure
in squid.conf
ref #2850
Diffstat (limited to 'main/squid/squid.confd')
-rw-r--r-- | main/squid/squid.confd | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/main/squid/squid.confd b/main/squid/squid.confd index e523123d53..c80d1c154c 100644 --- a/main/squid/squid.confd +++ b/main/squid/squid.confd @@ -6,10 +6,6 @@ SQUID_OPTS="-YC" -# Max. number of filedescriptors to use. You can increase this on a busy -# cache to a maximum of (currently) 8192 filedescriptors. Default is 1024. -SQUID_MAXFD=1024 - # Kerberos keytab file to use. This is required if you enable kerberos authentication. SQUID_KEYTAB="" |