diff options
author | Frédéric Guillot <fred@kanboard.net> | 2017-12-01 11:54:02 -0800 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2017-12-01 11:54:02 -0800 |
commit | 0153cb33dede09a0167d490204bdf10151ed15cc (patch) | |
tree | 74ead58a5060b423b05a60114bd5b7e33828f3e6 /config.default.php | |
parent | 0573c92d09544799f6f517e60ca2a0fa7c0fb0f3 (diff) |
Add command to remove project activities after one year
Diffstat (limited to 'config.default.php')
-rw-r--r-- | config.default.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config.default.php b/config.default.php index ff411480..cc706306 100644 --- a/config.default.php +++ b/config.default.php @@ -238,8 +238,5 @@ 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); - // Comma separated list of fields to not synchronize when using external authentication providers define('EXTERNAL_AUTH_EXCLUDE_FIELDS', 'username'); |