You are here

constant ACQUIA_PURGE_QUEUE_LOCK_TIMEOUT in Acquia Purge 6

The amount of time in seconds used to lock purge processing.

2 uses of ACQUIA_PURGE_QUEUE_LOCK_TIMEOUT
acquia_purge_ajax_processor in ./acquia_purge.admin.inc
Menu callback; process a chunk of purge items via AJAX.
drush_acquia_purge_ap_process in ./acquia_purge.drush.inc
Purge all queued items from the command line.

File

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

Code

define('ACQUIA_PURGE_QUEUE_LOCK_TIMEOUT', 60);