r2766 - trunk/varnish-cache/bin/varnishd
    phk at projects.linpro.no 
    phk at projects.linpro.no
       
    Sun Jun 22 10:10:20 CEST 2008
    
    
  
Author: phk
Date: 2008-06-22 10:10:19 +0200 (Sun, 22 Jun 2008)
New Revision: 2766
Modified:
   trunk/varnish-cache/bin/varnishd/mgt_param.c
Log:
Default to 2 thread pools again.
Modified: trunk/varnish-cache/bin/varnishd/mgt_param.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt_param.c	2008-06-22 08:10:05 UTC (rev 2765)
+++ trunk/varnish-cache/bin/varnishd/mgt_param.c	2008-06-22 08:10:19 UTC (rev 2766)
@@ -477,7 +477,7 @@
 		"Can be increased on the fly, but decreases require a "
 		"restart to take effect.",
 		EXPERIMENTAL | DELAYED_EFFECT,
-		"1", "pools" },
+		"2", "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