r2755 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Sat Jun 21 19:18:16 CEST 2008


Author: phk
Date: 2008-06-21 19:18:15 +0200 (Sat, 21 Jun 2008)
New Revision: 2755

Modified:
   trunk/varnish-cache/bin/varnishd/mgt_param.c
Log:
Go back to 1 pool by default, there is a startup problem if you only
get a single request.



Modified: trunk/varnish-cache/bin/varnishd/mgt_param.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt_param.c	2008-06-21 08:39:14 UTC (rev 2754)
+++ trunk/varnish-cache/bin/varnishd/mgt_param.c	2008-06-21 17:18:15 UTC (rev 2755)
@@ -477,7 +477,7 @@
 		"Can be increased on the fly, but decreases require a "
 		"restart to take effect.",
 		EXPERIMENTAL | DELAYED_EFFECT,
-		"2", "pools" },
+		"1", "pools" },
 	{ "thread_pool_max", tweak_thread_pool_max, NULL, 1, 0,
 		"The maximum number of worker threads in all pools combined.\n"
 		"\n"




More information about the varnish-commit mailing list