DRUPAL_CRON_DEFAULT_THRESHOLD

  1. drupal
    1. 7 modules/system/system.module
    2. 8 core/modules/system/system.module

Default interval for automatic cron executions in seconds.

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)
Login or register to post comments