r1272 - tags/varnish-1.0.3/debian
bahner at projects.linpro.no
bahner at projects.linpro.no
Tue Feb 27 20:26:02 CET 2007
Author: bahner
Date: 2007-02-27 20:26:02 +0100 (Tue, 27 Feb 2007)
New Revision: 1272
Modified:
tags/varnish-1.0.3/debian/changelog
tags/varnish-1.0.3/debian/varnish.default
Log:
bumped version number, new default for VARNISH_MAX_WORKER_THREADS
Modified: tags/varnish-1.0.3/debian/changelog
===================================================================
--- tags/varnish-1.0.3/debian/changelog 2007-02-23 10:12:29 UTC (rev 1271)
+++ tags/varnish-1.0.3/debian/changelog 2007-02-27 19:26:02 UTC (rev 1272)
@@ -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: tags/varnish-1.0.3/debian/varnish.default
===================================================================
--- tags/varnish-1.0.3/debian/varnish.default 2007-02-23 10:12:29 UTC (rev 1271)
+++ tags/varnish-1.0.3/debian/varnish.default 2007-02-27 19:26:02 UTC (rev 1272)
@@ -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