diff options
Diffstat (limited to 'config.default.php')
-rw-r--r-- | config.default.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.default.php b/config.default.php index b79bad94..9e597488 100644 --- a/config.default.php +++ b/config.default.php @@ -21,6 +21,9 @@ define('BOARD_PUBLIC_CHECK_INTERVAL', 60); // Board refresh frequency in seconds (the value 0 disable this feature, 10 seconds by default) define('BOARD_CHECK_INTERVAL', 10); +// Period (in second) to consider a task was modified recently (0 to disable, 2 days by default) +define('RECENT_TASK_PERIOD', 48*60*60); + // Database driver: sqlite or mysql (sqlite by default) define('DB_DRIVER', 'sqlite'); |