constant DRUPAL_CRON_DEFAULT_THRESHOLD in Drupal 7
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 - Configuration system that lets administrators modify the workings of the site.
Code
define('DRUPAL_CRON_DEFAULT_THRESHOLD', 10800);