r1273 - trunk/varnish-cache/debian
    bahner at projects.linpro.no 
    bahner at projects.linpro.no
       
    Tue Feb 27 20:32:19 CET 2007
    
    
  
Author: bahner
Date: 2007-02-27 20:32:19 +0100 (Tue, 27 Feb 2007)
New Revision: 1273
Modified:
   trunk/varnish-cache/debian/changelog
   trunk/varnish-cache/debian/varnish.default
Log:
numeric value for VARNISH_MAX_WORKER_THREADS
Modified: trunk/varnish-cache/debian/changelog
===================================================================
--- trunk/varnish-cache/debian/changelog	2007-02-27 19:26:02 UTC (rev 1272)
+++ trunk/varnish-cache/debian/changelog	2007-02-27 19:32:19 UTC (rev 1273)
@@ -1,3 +1,11 @@
+varnish (1.0.3-1) unstable; urgency=low
+
+  * new upstream release
+  * set VARNISH_MAX_WORKER_THREADS to 2048 instead of INF.
+    (closes: #412004)
+
+ -- Lars Bahner <bahner at debian.org>  Tue, 27 Feb 2007 20:16:38 +0100
+
 varnish (1.0.2-2) unstable; urgency=low
 
   * Preliminary LSB compliabnce in init-script
Modified: trunk/varnish-cache/debian/varnish.default
===================================================================
--- trunk/varnish-cache/debian/varnish.default	2007-02-27 19:26:02 UTC (rev 1272)
+++ trunk/varnish-cache/debian/varnish.default	2007-02-27 19:32:19 UTC (rev 1273)
@@ -19,7 +19,7 @@
 
 
 # Maximum number of worker threads or INF for unlimited
-VARNISH_MAX_WORKER_THREADS=INF
+VARNISH_MAX_WORKER_THREADS=2048
 
 
 # Timeout value in seconds for threads to return
    
    
More information about the varnish-commit
mailing list