[Pkg-owncloud-commits] [owncloud-doc] 19/71: Add documentation for the "activity_expire_days" config option of activity

David Prévot taffit at moszumanska.debian.org
Sun May 31 01:58:36 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud-doc.

commit 7ed4e604152ae81507b2925504b36e0aa9978b0d
Author: Joas Schilling <nickvergessen at owncloud.com>
Date:   Thu Mar 26 12:29:47 2015 +0100

    Add documentation for the "activity_expire_days" config option of activity
---
 admin_manual/configuration/config_sample_php_parameters.rst | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/admin_manual/configuration/config_sample_php_parameters.rst b/admin_manual/configuration/config_sample_php_parameters.rst
index 01f4e6f..5c51c6c 100644
--- a/admin_manual/configuration/config_sample_php_parameters.rst
+++ b/admin_manual/configuration/config_sample_php_parameters.rst
@@ -1036,3 +1036,16 @@ lose this string there will be data corruption.
 
 .. 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``

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list