Reduce search timeout pressure on reverted baseline
build-push / docker (push) Successful in 4m22s

This commit is contained in:
GHStaK
2026-03-18 14:01:39 +09:00
parent f131cee6de
commit d3fb5e15e9
4 changed files with 82 additions and 7 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ func (artgridCollector) Enrich(searcher *SearchService, result SearchResult) Sea
type googleVideoCollector struct{}
func (googleVideoCollector) Name() string { return "Google Video" }
func (googleVideoCollector) MaxResults() int { return 8 }
func (googleVideoCollector) MaxResults() int { return 12 }
func (googleVideoCollector) Enabled(enabledPlatforms map[string]bool) bool {
return len(enabledPlatforms) == 0 || enabledPlatforms["google video"]
}