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 /doc | |
parent | 0573c92d09544799f6f517e60ca2a0fa7c0fb0f3 (diff) |
Add command to remove project activities after one year
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en_US/cli.markdown | 1 | ||||
-rw-r--r-- | doc/en_US/config.markdown | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/doc/en_US/cli.markdown b/doc/en_US/cli.markdown index c85b0cff..b8d999c6 100644 --- a/doc/en_US/cli.markdown +++ b/doc/en_US/cli.markdown @@ -53,6 +53,7 @@ Available commands: plugin:upgrade Update all installed plugins projects projects:archive Disable projects not touched during one year + projects:archive-activities Remove project activities after one year projects:daily-stats Calculate daily statistics for all projects trigger trigger:tasks Trigger scheduler event for all tasks diff --git a/doc/en_US/config.markdown b/doc/en_US/config.markdown index 103c859b..20ef03b3 100644 --- a/doc/en_US/config.markdown +++ b/doc/en_US/config.markdown @@ -336,9 +336,6 @@ define('API_AUTHENTICATION_TOKEN', 'My unique API Token'); // 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'); ``` |