diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-10-19 10:50:36 -0700 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-10-19 10:50:36 -0700 |
commit | d3b8fbfa2864e55b7e5916e55ca818599e7e94d6 (patch) | |
tree | d4c5e7f12c65a0e834065287f8e3cbcf59ec41b1 /config.default.php | |
parent | e7f795a63e49a11a9cea239d89d6172e8c40227d (diff) |
Make configurable to number of events stored in project activities
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 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); |