Commit bbc4072b authored by Nils Goroll's avatar Nils Goroll Committed by Geoff Simmons

adjust to new thread_pool_min default

https://github.com/varnishcache/varnish-cache/pull/2796
parent add79af6
......@@ -131,8 +131,7 @@ server s21 {
txresp -body { <pre>Included file 19</pre> }
} -start
# XXX why is max=3 not enough?
varnish v1 -arg "-p thread_pools=1 -p thread_pool_min=3 -p thread_pool_max=4 -p vcc_err_unref=off" -vcl+backend {
varnish v1 -arg "-p thread_pools=1 -p thread_pool_min=5 -p thread_pool_max=5 -p vcc_err_unref=off" -vcl+backend {
import ${vmod_pesi};
sub vcl_backend_response {
......
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