From 0153cb33dede09a0167d490204bdf10151ed15cc Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Fri, 1 Dec 2017 11:54:02 -0800 Subject: Add command to remove project activities after one year --- app/constants.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'app/constants.php') diff --git a/app/constants.php b/app/constants.php index 591d433a..7029ce03 100644 --- a/app/constants.php +++ b/app/constants.php @@ -148,7 +148,5 @@ defined('HTTP_VERIFY_SSL_CERTIFICATE') or define('HTTP_VERIFY_SSL_CERTIFICATE', defined('TOTP_ISSUER') or define('TOTP_ISSUER', 'Kanboard'); -defined('PROJECT_ACTIVITIES_MAX_EVENTS') or define('PROJECT_ACTIVITIES_MAX_EVENTS', 10000); - // Comma separated list of fields to not synchronize when using external authentication providers defined('EXTERNAL_AUTH_EXCLUDE_FIELDS') or define('EXTERNAL_AUTH_EXCLUDE_FIELDS', 'username'); -- cgit v1.2.3