Use links index for site suggestions.

This commit is contained in:
vlofgren 2022-08-24 04:41:23 +02:00
parent e6549ed30d
commit 407ec39c0c

View File

@ -130,7 +130,7 @@ public class EdgeSearchOperator {
for (var keyword : keywords) {
for (var bucket : specs.buckets) {
requests.add(new EdgeDomainSearchSpecification(bucket, IndexBlock.Link, keyword,
1_000_000, 5, 25));
1_000_000, 3, 25));
}
}