fix: limit recommendation scoring

This commit is contained in:
2026-06-16 01:25:46 +02:00
committed by Milas Holsting
parent c1e313d684
commit 7c25907c92
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