r1267 - in branches/1.0: . redhat
des at projects.linpro.no
des at projects.linpro.no
Tue Feb 20 14:22:43 CET 2007
Author: des
Date: 2007-02-20 14:22:43 +0100 (Tue, 20 Feb 2007)
New Revision: 1267
Modified:
branches/1.0/
branches/1.0/redhat/varnish.spec
branches/1.0/redhat/varnish.sysconfig
Log:
r36082 at cat (orig r1266): des | 2007-02-20 14:22:33 +0100
Doh! Fix more -w lossage.
Property changes on: branches/1.0
___________________________________________________________________
Name: svk:merge
- d4fa192b-c00b-0410-8231-f00ffab90ce4:/trunk/varnish-cache:1243
+ d4fa192b-c00b-0410-8231-f00ffab90ce4:/trunk/varnish-cache:1266
Modified: branches/1.0/redhat/varnish.spec
===================================================================
--- branches/1.0/redhat/varnish.spec 2007-02-20 13:22:33 UTC (rev 1266)
+++ branches/1.0/redhat/varnish.spec 2007-02-20 13:22:43 UTC (rev 1267)
@@ -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
Modified: branches/1.0/redhat/varnish.sysconfig
===================================================================
--- branches/1.0/redhat/varnish.sysconfig 2007-02-20 13:22:33 UTC (rev 1266)
+++ branches/1.0/redhat/varnish.sysconfig 2007-02-20 13:22:43 UTC (rev 1267)
@@ -20,16 +20,13 @@
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
More information about the varnish-commit
mailing list