From e191cb74c65cf8795d1004f69732b58b009fc84e Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 26 Mar 2015 12:29:47 +0100 Subject: [PATCH] Add documentation for the "activity_expire_days" config option of activity --- .../config_sample_php_parameters.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 2b0cf3018..94de1bd7f 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -1129,3 +1129,16 @@ modify *ANY* settings in this file without reading the documentation. .. ALL_OTHER_SECTIONS_END .. Generated content above. Don't change this. + +App config options +------------------ + +Retention for activities of the activity app: + + +:: + + 'activity_expire_days' => 365, + +Every day a cron job is ran, which deletes all activities for all users +which are older then the number of days that is set for ``activity_expire_days``