]> git.mxchange.org Git - friendica.git/blobdiff - static/defaults.config.php
DI is now removed
[friendica.git] / static / defaults.config.php
index b13f3fd2499384df73d21f8ed50e332246afc21d..f73a3300a15f696d8b936458154b39df7857b8a3 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,13 @@ return [
                // Wether the blocklist is publicly listed under /about (or in any later API)
                'public' => true,
        ],
+       'channel' => [
+               // 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,
+       ],
 ];