Channels in your language
This commit is contained in:
parent
e68f781f9d
commit
508be7a742
4 changed files with 56 additions and 13 deletions
|
|
@ -797,12 +797,16 @@ return [
|
|||
'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,
|
||||
|
||||
// engagement_hours (Integer)
|
||||
// Number of hours posts are held in the engagement table
|
||||
'engagement_hours' => 24,
|
||||
// language_threshold (Float)
|
||||
// Treshold for the language detection.
|
||||
'language_threshold' => 0.6,
|
||||
],
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue