From: Arne Fitzenreiter Date: Mon, 15 Jul 2013 18:36:53 +0000 (+0200) Subject: Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=774df2479dfc7f1dba314da193d62bf828bb9edf;hp=a0fa489f2f29aafc6a4fe9f8ad7bbdd469919241 Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next --- diff --git a/config/rootfiles/core/71/filelists/squid b/config/rootfiles/core/71/filelists/squid new file mode 120000 index 000000000..2dc8372a0 --- /dev/null +++ b/config/rootfiles/core/71/filelists/squid @@ -0,0 +1 @@ +../../../common/squid \ No newline at end of file diff --git a/lfs/squid b/lfs/squid index 3ede97610..fde8606db 100644 --- a/lfs/squid +++ b/lfs/squid @@ -87,8 +87,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --enable-referer-log \ --enable-snmp \ --with-pthreads --with-dl \ - --with-maxfd="16384" \ - --with-filedescriptors=16384 \ + --with-maxfd="65536" \ + --with-filedescriptors=65536 \ --with-large-files \ --with-aio \ --enable-async-io=8 \