(converter) Add size hint to converter sideload processing

This commit is contained in:
Viktor Lofgren 2023-12-28 19:14:16 +01:00
parent 5ce46a61d4
commit c847d83011

View File

@ -104,6 +104,7 @@ public class DomainProcessor {
} }
domain = new ProcessedDomain(); domain = new ProcessedDomain();
domain.sizeloadSizeAdvice = 10_000;
externalDomainLinks = anchorTagsSource.getAnchorTags(domain.domain); externalDomainLinks = anchorTagsSource.getAnchorTags(domain.domain);
documentDecorator = new DocumentDecorator(anchorTextKeywords, externalDomainLinks); documentDecorator = new DocumentDecorator(anchorTextKeywords, externalDomainLinks);