From: des Date: Tue, 20 Feb 2007 13:22:33 +0000 (+0000) Subject: Doh! Fix more -w lossage. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=258df20aca5eb782a369b72d4c294be640c12fc9;p=varnish Doh! Fix more -w lossage. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1266 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/redhat/varnish.spec b/varnish-cache/redhat/varnish.spec index fc4d8e99..a67ee986 100644 --- a/varnish-cache/redhat/varnish.spec +++ b/varnish-cache/redhat/varnish.spec @@ -1,6 +1,6 @@ Summary: Varnish is a high-performance HTTP accelerator. Name: varnish -Version: 1.0.2 +Version: 1.0.3 Release: 7 License: BSD-like Group: System Environment/Daemons diff --git a/varnish-cache/redhat/varnish.sysconfig b/varnish-cache/redhat/varnish.sysconfig index d344d94d..632b89c9 100644 --- a/varnish-cache/redhat/varnish.sysconfig +++ b/varnish-cache/redhat/varnish.sysconfig @@ -20,16 +20,13 @@ VARNISH_LISTEN_PORT=6081 VARNISH_ADMIN_LISTEN_ADDRESS=127.0.0.1 VARNISH_ADMIN_LISTEN_PORT=6082 -# Note: The working set of threads is temporary broken in -# varnish-1.0.2. The following 3 entries will not be used. -# This will be fixed in an upcoming release # The minimum number of threads to start VARNISH_MIN_WORKER_THREADS=1 -# Maximum number of worker threads or INF for unlimited -VARNISH_MAX_WORKER_THREADS=INF +# Maximum number of worker threads +VARNISH_MAX_WORKER_THREADS=1000 # Timeout value in seconds for threads to return