Skip to content

Commit 5544d73

Browse files
committed
MAGETWO-52607: [Github] When using Varnish cache; search requests are run serially under load #3926
- update varhish4.vcl to allow default hit-for-pass behavior
1 parent d4e5296 commit 5544d73

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/PageCache/etc/varnish4.vcl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ sub vcl_backend_response {
134134
set beresp.grace = 1m;
135135
}
136136
}
137-
return (deliver);
138137
}
139138

140139
sub vcl_deliver {

0 commit comments

Comments
 (0)