You are here

constant PROGRESS_AGE in Progress 6

Same name and namespace in other branches
  1. 8 progress.module \PROGRESS_AGE
  2. 7 progress.module \PROGRESS_AGE

@file

Progress framework for keeping track of progresses

@todo Force MyISAM for table {progress} to avoid transaction/isolation level problems, and use INSERT DELAYED for performance?

1 use of PROGRESS_AGE
progress_cron in ./progress.module
Implementation of hook_cron().

File

./progress.module, line 10
Progress framework for keeping track of progresses

Code

define('PROGRESS_AGE', 86400);