Language specific median calculations / collection

This commit is contained in:
Michael 2023-09-08 05:06:27 +00:00
commit 9cbd0c34a7
4 changed files with 57 additions and 13 deletions

View file

@ -804,5 +804,9 @@ return [
// interaction_score_days (Integer)
// Number of days that are used to calculate the interaction score.
'interaction_score_days' => 30,
// 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,
],
];