Commit 094feed0 authored by Geoff Simmons's avatar Geoff Simmons

VTC OCD.

Remove the increased thread_pool_min setting where it's not needed,
and fix indentation.
parent 3a8ab1ed
...@@ -3,8 +3,8 @@ varnishtest "Test XML 1.0 entity references" ...@@ -3,8 +3,8 @@ varnishtest "Test XML 1.0 entity references"
server s1 { server s1 {
loop 2 { loop 2 {
rxreq rxreq
expect req.url == "/" expect req.url == "/"
txresp -body { txresp -body {
<esi:include src="&amp;"/> <esi:include src="&amp;"/>
<esi:include src="&lt;"/> <esi:include src="&lt;"/>
<esi:include src="&gt;"/> <esi:include src="&gt;"/>
...@@ -59,7 +59,7 @@ server s6 { ...@@ -59,7 +59,7 @@ server s6 {
txresp -body "55555" txresp -body "55555"
} -start } -start
varnish v1 -arg "-p thread_pool_min=100" -vcl+backend { varnish v1 -vcl+backend {
import ${vmod_pesi}; import ${vmod_pesi};
sub vcl_recv { sub vcl_recv {
......
...@@ -38,7 +38,7 @@ server s2 { ...@@ -38,7 +38,7 @@ server s2 {
txresp -body {<INCL>} txresp -body {<INCL>}
} -start } -start
varnish v1 -arg "-p thread_pool_min=100" -vcl+backend { varnish v1 -vcl+backend {
import ${vmod_pesi}; import ${vmod_pesi};
sub vcl_backend_fetch { sub vcl_backend_fetch {
......
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