]> git.mxchange.org Git - friendica.git/blobdiff - static/defaults.config.php
Add current user's hovercard to removeme page
[friendica.git] / static / defaults.config.php
index 10324ed50486656effb0583d0a9c66e0d6049443..b639e19166d43906f332bd63a642e5654d6cb4c8 100644 (file)
@@ -798,11 +798,23 @@ return [
        ],
        'channel' => [
                // engagement_hours (Integer)
-               // Number of hours posts are held in the engagement table
+               // Maximum age of incoming posts for the engagement table, when the engagement post limit is 0 or hasn't been reached yet.
                'engagement_hours' => 24,
 
+               // engagement_post_limit (Integer)
+               // NUmber of posts that are held in the engagement table
+               'engagement_post_limit' => 20000,
+
                // interaction_score_days (Integer)
                // Number of days that are used to calculate the interaction score.
                'interaction_score_days' => 30,
+
+               // max_posts_per_author (Integer)
+               // Maixmum number of posts per page by author
+               'max_posts_per_author' => 2,
+
+               // sharer_interaction_days (Integer)
+               // Number of days of the last interaction that are used to define which sharers are used for the "sharers of sharers" channel.
+               'sharer_interaction_days' => 90,
        ],
 ];