Add documentation for the "activity_expire_days" config option of activity

This commit is contained in:
Joas Schilling
2015-03-26 12:29:47 +01:00
committed by Morris Jobke
parent 3ca505cc7e
commit e191cb74c6

View File

@@ -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``