Increased weight of watching popularity

This commit is contained in:
Eduard Urbach 2017-09-30 16:26:01 +02:00
parent 831c6118d9
commit 5fc07782b9

View File

@ -11,7 +11,7 @@ const (
currentlyAiringBonus = 4.0
popularityThreshold = 5
popularityPenalty = 4.0
watchingPopularityWeight = 0.1
watchingPopularityWeight = 0.2
)
func main() {