Tweak weight factors

This commit is contained in:
MM20 2023-03-12 21:47:46 +01:00
parent 824ae9bba2
commit 280af24546
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -436,7 +436,7 @@ internal class FavoritesRepositoryImpl(
companion object {
private const val WEIGHT_FACTOR_LOW = 0.01
private const val WEIGHT_FACTOR_MEDIUM = 0.05
private const val WEIGHT_FACTOR_MEDIUM = 0.03
private const val WEIGHT_FACTOR_HIGH = 0.1
}
}