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
......@@ -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