(converter) Add size hint to converter sideload processing
This commit is contained in:
parent
5ce46a61d4
commit
c847d83011
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user