From 0153cb33dede09a0167d490204bdf10151ed15cc Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Fri, 1 Dec 2017 11:54:02 -0800 Subject: Add command to remove project activities after one year --- doc/en_US/cli.markdown | 1 + doc/en_US/config.markdown | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'doc/en_US') 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'); ``` -- cgit v1.2.3