We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfc7f92 commit e43dc7fCopy full SHA for e43dc7f
src/Model/PurgeAsyncCache.php
@@ -9,9 +9,6 @@
9
10
class PurgeAsyncCache
11
{
12
- /**
13
- * Size of the purge headers we are allowed to send to Varnish
14
- */
15
const VARNISH_PURGE_TAG_GLUE = "|";
16
const MAX_HEADER_LENGTH_CONFIG_PATH = 'system/full_page_cache/async_varnish/varnish_max_header_length';
17
src/etc/config.xml
@@ -1,11 +1,6 @@
1
<?xml version="1.0"?>
2
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
3
<default>
4
- <design>
5
- <invalid_caches>
6
- <full_page/>
7
- </invalid_caches>
8
- </design>
<system>
<full_page_cache>
<async_varnish>
0 commit comments