Channels in your language

This commit is contained in:
Michael 2023-09-03 05:23:49 +00:00
commit 508be7a742
4 changed files with 56 additions and 13 deletions

View file

@ -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,
],
];