]> err.no Git - varnish/commitdiff
Force -w thread limits
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 22 Jul 2008 09:59:41 +0000 (09:59 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 22 Jul 2008 09:59:41 +0000 (09:59 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2990 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishtest/tests/v00006.vtc

index 60d4310a3f95efa90d0ef7c8535d8ca3e3ef7e39..033bf0bae1b9e8313a039cd4afc68a66f04a6cf6 100644 (file)
@@ -10,7 +10,7 @@ server s1 -listen 127.0.0.1:9080 {
 } -start
 
 # Only one pool, to avoid getting more than one work thread
-varnish v1 -arg "-p thread_pools=1" -vcl {
+varnish v1 -arg "-p thread_pools=1 -w1,1,300" -vcl {
        backend b1 {
                .host = "localhost";
                .port = "9080";