From d3b8fbfa2864e55b7e5916e55ca818599e7e94d6 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Thu, 19 Oct 2017 10:50:36 -0700 Subject: Make configurable to number of events stored in project activities --- app/constants.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/constants.php') diff --git a/app/constants.php b/app/constants.php index d62bfd3a..2266014d 100644 --- a/app/constants.php +++ b/app/constants.php @@ -146,3 +146,5 @@ defined('HTTP_PROXY_PASSWORD') or define('HTTP_PROXY_PASSWORD', ''); defined('HTTP_VERIFY_SSL_CERTIFICATE') or define('HTTP_VERIFY_SSL_CERTIFICATE', true); defined('TOTP_ISSUER') or define('TOTP_ISSUER', 'Kanboard'); + +defined('PROJECT_ACTIVITIES_MAX_EVENTS') or define('PROJECT_ACTIVITIES_MAX_EVENTS', 10000); -- cgit v1.2.3