fellow b62.vtc: Make sure that the test object does not expire

parent e4799680
......@@ -39,7 +39,7 @@ varnish v1 \
sub vcl_backend_response {
set beresp.ttl = 1s;
set beresp.grace = 1s;
set beresp.keep = 1m;
set beresp.keep = 1d;
set beresp.http.was-304 = beresp.was_304;
}
} -start
......
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