Skip to content

Commit

Permalink
MAGETWO-52607: [Github] When using Varnish cache; search requests are…
Browse files Browse the repository at this point in the history
… run serially under load #3926

- update varhish4.vcl to allow default hit-for-pass behavior
  • Loading branch information
bwaters committed May 12, 2016
1 parent d4e5296 commit 5544d73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/code/Magento/PageCache/etc/varnish4.vcl
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ sub vcl_backend_response {
set beresp.grace = 1m;
}
}
return (deliver);
}

sub vcl_deliver {
Expand Down

1 comment on commit 5544d73

@pynej
Copy link

@pynej pynej commented on 5544d73 Jun 6, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit causes many items to stop caching that should.

Please sign in to comment.