blob: 1e098b5d22a8a0dbd4fd6597f7875e1fd3985c60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: /var/cvsroot/gentoo-x86/net-www/squid/files/squid.confd,v 1.3 2002/05/04 23:23:02 woodchip Exp $
# Config file for /etc/init.d/squid
SQUID_OPTS="-DYC"
# Max. number of filedescriptors to use. You can increase this on a busy
# cache to a maximum of (currently) 4096 filedescriptors. Default is 1024.
SQUID_MAXFD=1024
|