You are here

constant APDQC_CRON_FREQUENCY in Asynchronous Prefetch Database Query Cache 7

How long to wait until apdqc cron will run again. Default is 24 hours.

1 use of APDQC_CRON_FREQUENCY
apdqc_cron in ./apdqc.module
Implements hook_cron().

File

./apdqc.module, line 15
Asynchronous Prefetch Database Query Cache module.

Code

define('APDQC_CRON_FREQUENCY', 86400);