1
0
Fork 0

Calculate the interaction score

This commit is contained in:
Michael 2023-08-30 19:17:42 +00:00
commit 35995633ae
8 changed files with 150 additions and 10 deletions

View file

@ -349,6 +349,10 @@ 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,