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"
server s1 {
loop 2 {
rxreq
expect req.url == "/"
txresp -body {
expect req.url == "/"
txresp -body {
<esi:include src="&amp;"/>
<esi:include src="&lt;"/>
<esi:include src="&gt;"/>
......@@ -59,7 +59,7 @@ server s6 {
txresp -body "55555"
} -start
varnish v1 -arg "-p thread_pool_min=100" -vcl+backend {
varnish v1 -vcl+backend {
import ${vmod_pesi};
sub vcl_recv {
......
......@@ -38,7 +38,7 @@ server s2 {
txresp -body {<INCL>}
} -start
varnish v1 -arg "-p thread_pool_min=100" -vcl+backend {
varnish v1 -vcl+backend {
import ${vmod_pesi};
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