Commit b1ce7022 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Adjust test-case for less workspace per VDP

parent 8b73891e
......@@ -17,7 +17,7 @@ varnish v1 -vcl+backend {
sub vcl_deliver {
if (req.url == "/1") {
vtc.workspace_alloc(client,
-1 * (40 + vtc.typesize("p") * 25));
-1 * (32 + vtc.typesize("p") * 25));
} else {
vtc.workspace_alloc(client,
-1 * (56 + vtc.typesize("p") * 25));
......
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