constant ACQUIA_PURGE_PARALLEL_REQUESTS in Acquia Purge 6
The number of HTTP requests executed in parallel during purging.
2 uses of ACQUIA_PURGE_PARALLEL_REQUESTS
- _acquia_purge_queue_pop in ./
acquia_purge.module - Queue manager: pop X amount of items from the queue.
- _acquia_purge_queue_processpurge_requests in ./
acquia_purge.module - Queue manager: process the given HTTP requests and do it efficiently.
File
- ./
acquia_purge.module, line 24 - Acquia Purge, Top-notch Varnish purging on Acquia Cloud!
Code
define('ACQUIA_PURGE_PARALLEL_REQUESTS', 6);