Language specific median calculations / collection
This commit is contained in:
parent
97c519990b
commit
9cbd0c34a7
4 changed files with 57 additions and 13 deletions
|
|
@ -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,
|
||||
],
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue