[master] b4fee20 Bump minimum number of threads for RPMs
    Tollef Fog Heen 
    tfheen at varnish-cache.org
       
    Mon Oct  3 12:11:04 CEST 2011
    
    
  
commit b4fee2036e2befab57e417bb2c832b55fca7207c
Author: Tollef Fog Heen <tfheen at varnish-software.com>
Date:   Mon Oct 3 11:15:19 2011 +0200
    Bump minimum number of threads for RPMs
    
    1 thread is a bit on the low side, make the default on RPM based
    distros 50.
diff --git a/redhat/varnish.sysconfig b/redhat/varnish.sysconfig
index 8ab3c22..d88712f 100644
--- a/redhat/varnish.sysconfig
+++ b/redhat/varnish.sysconfig
@@ -70,7 +70,7 @@ VARNISH_ADMIN_LISTEN_PORT=6082
 VARNISH_SECRET_FILE=/etc/varnish/secret
 #
 # # The minimum number of worker threads to start
-VARNISH_MIN_THREADS=1
+VARNISH_MIN_THREADS=50
 #
 # # The Maximum number of worker threads to start
 VARNISH_MAX_THREADS=1000
    
    
More information about the varnish-commit
mailing list