]> git.mxchange.org Git - friendica.git/blobdiff - static/defaults.config.php
Move System::xmlExit to DFRN\Notify->xmlExit
[friendica.git] / static / defaults.config.php
index b13f3fd2499384df73d21f8ed50e332246afc21d..ceb60c41519b1957af7dd415c4e02c38e8ff17c4 100644 (file)
@@ -349,10 +349,6 @@ return [
                // This has to be quite large to deal with embedded private photos. False to use the system value.
                'ini_pcre_backtrack_limit' => 500000,
 
-               // interaction_score_days (Integer)
-               // Number of days that are used to calculate the interaction score.
-               'interaction_score_days' => 30,
-
                // invitation_only (Boolean)
                // If set true registration is only possible after a current member of the node has sent an invitation.
                'invitation_only' => false,
@@ -800,4 +796,21 @@ return [
                // Wether the blocklist is publicly listed under /about (or in any later API)
                'public' => true,
        ],
+       'channel' => [
+               // engagement_hours (Integer)
+               // Number of hours posts are held in the engagement table
+               'engagement_hours' => 24,
+
+               // 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,
+       ],
 ];