You are here

constant ULTIMATE_CRON_CLEANUP_LOG in Ultimate Cron 7

Same name and namespace in other branches
  1. 8 ultimate_cron.module \ULTIMATE_CRON_CLEANUP_LOG
  2. 6 ultimate_cron.module \ULTIMATE_CRON_CLEANUP_LOG

Default clean up time for log entries (30 days).

2 uses of ULTIMATE_CRON_CLEANUP_LOG
ultimate_cron_cleanup_log in ./ultimate_cron.module
Clean up log entries.
ultimate_cron_settings_form in ./ultimate_cron.admin.inc
Settings form.

File

./ultimate_cron.module, line 77
@todo Add filter on overview page. @todo Add log view (with graph). @todo Make proper markup for overview page. @todo Refactor drush stuff, too many intimate relations with Background Process @todo Refactor Cron % offset stuff. Too mixed up and…

Code

define('ULTIMATE_CRON_CLEANUP_LOG', 86400 * 30);