You are here

constant ACQUIA_PURGE_MAX_REQUESTS in Acquia Purge 6

The maximum amount of HTTP requests that can be done per step. In practice this limited will be lowered to respect PHP's max execution time setting. It will be met when that setting is zero, e.g. on the command line.

1 use of ACQUIA_PURGE_MAX_REQUESTS
_acquia_purge_queue_pop in ./acquia_purge.module
Queue manager: pop X amount of items from the queue.

File

./acquia_purge.module, line 19
Acquia Purge, Top-notch Varnish purging on Acquia Cloud!

Code

define('ACQUIA_PURGE_MAX_REQUESTS', 60);