Commit 30786d67 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Tune for 32 bit machines also

parent d73a4e4a
......@@ -14,7 +14,7 @@ server s1 {
varnish v1 -vcl+backend {
import debug;
sub vcl_deliver {
debug.workspace_allocate(client, debug.workspace_free(client) - 208);
debug.workspace_allocate(client, debug.workspace_free(client) - 192);
if (req.url ~ "/bar") {
set resp.http.x-foo = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
......
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