You are here

constant ACQUIA_PURGE_REQUEST_TIMEOUT in Acquia Purge 6

The number of seconds before a purge attempt times out.

2 uses of ACQUIA_PURGE_REQUEST_TIMEOUT
_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 29
Acquia Purge, Top-notch Varnish purging on Acquia Cloud!

Code

define('ACQUIA_PURGE_REQUEST_TIMEOUT', 2);