Highlight recently modified tasks on board (pull-request #201)

This commit is contained in:
Frédéric Guillot
2014-08-17 09:43:57 -07:00
parent 44e91721b0
commit eb76e1e530
6 changed files with 18 additions and 4 deletions

View File

@@ -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');