X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Fdefaults.config.php;h=b639e19166d43906f332bd63a642e5654d6cb4c8;hb=3a42849759f6705b6da4a592cb668b62e16e8ebf;hp=82cf8e0bcd5787c328bde73b1b86ac49b694ab75;hpb=b5a2fb549294632e6a8f2aaf3cc6ee2862b4e810;p=friendica.git diff --git a/static/defaults.config.php b/static/defaults.config.php index 82cf8e0bcd..b639e19166 100644 --- a/static/defaults.config.php +++ b/static/defaults.config.php @@ -797,16 +797,24 @@ return [ 'public' => true, ], 'channel' => [ + // engagement_hours (Integer) + // 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, - // engagement_hours (Integer) - // Number of hours posts are held in the engagement table - 'engagement_hours' => 24, + // max_posts_per_author (Integer) + // Maixmum number of posts per page by author + 'max_posts_per_author' => 2, - // hot_posts_item_limit (Integer) - // Number of items that are displayed on the "what's hot" channel - 'hot_posts_item_limit' => 100, + // 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, ], ];