fix: limit recommendation scoring

This commit is contained in:
2026-06-16 01:25:46 +02:00
parent 95264a371d
commit 579373642c
3 changed files with 24 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ const (
maxSeeds = 8
maxRecommendations = 10
candidateFetchLimit = 60
candidateFetchBuffer = 6
TopPickLimit = 18
TopPicksLimit = 60
profileSearchLimit = 8