DRUPAL_CRON_DEFAULT_THRESHOLD

Default interval for automatic cron executions in seconds.

2 uses of DRUPAL_CRON_DEFAULT_THRESHOLD
system_cron_settings in modules/system/system.admin.inc
Form builder; Cron form.
system_run_automated_cron in modules/system/system.module
Run the automated cron if enabled.

File

modules/system/system.module, line 16

Code

define('DRUPAL_CRON_DEFAULT_THRESHOLD', 10800);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.