Reduce Gemini fallback noise and restore result volume
build-push / docker (push) Successful in 4m6s

This commit is contained in:
AI Assistant
2026-03-16 14:38:46 +09:00
parent 4dbb963256
commit 6972178a2b
6 changed files with 22 additions and 12 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ func (s *SearchService) SearchMedia(queries []string, enabledPlatforms map[strin
}
func (s *SearchService) EnrichResults(results []SearchResult) []SearchResult {
limit := minInt(len(results), 12)
limit := minInt(len(results), 14)
if limit == 0 {
return results
}