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 --- config.default.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.default.php') diff --git a/config.default.php b/config.default.php index 1f08fbad..fb3aa477 100644 --- a/config.default.php +++ b/config.default.php @@ -237,3 +237,6 @@ define('HTTP_VERIFY_SSL_CERTIFICATE', true); // TOTP (2FA) issuer name define('TOTP_ISSUER', 'Kanboard'); + +// Maximum number of events stored in the table "project_activities" +define('PROJECT_ACTIVITIES_MAX_EVENTS', 10000); -- cgit v1.2.3