constant DRUPAL_CRON_DEFAULT_THRESHOLD

Default interval for automatic cron executions in seconds.

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

File

drupal/modules/system/system.module, line 16
Configuration system that lets administrators modify the workings of the site.

Code

define('DRUPAL_CRON_DEFAULT_THRESHOLD', 10800);