Commit 98c54555 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Try another tack: have only one threadpool



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5408 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 75bdfac1
......@@ -7,7 +7,7 @@ server s1 {
txresp -hdr "foo: bAr" -hdr "bar: fOo" -bodylen 4
} -start
varnish v1 -vcl+backend {
varnish v1 -arg "-pthread_pools=1" -vcl+backend {
import std from "${topbuild}/lib/libvmod_std/.libs/libvmod_std.so.1" ;
sub vcl_deliver {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment