You are here

constant ZeroConfigPurger::TAGS_GROUPED_BY in Varnish purger 8.2

Batches of cache tags are split up into multiple requests to prevent HTTP request headers from growing too large or Varnish refusing to process them.

File

src/Plugin/Purge/Purger/ZeroConfigPurger.php, line 59

Class

ZeroConfigPurger
A purger with minimal configuration required.

Namespace

Drupal\varnish_purger\Plugin\Purge\Purger

Code

const TAGS_GROUPED_BY = 15;