fix #2120 modify a max fetch size
This commit is contained in:
parent
4e79bdf559
commit
4b337f602c
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ public class RelatedContentHelper {
|
|||
cb.query().matchAll();
|
||||
cb.query().addOrderBy_SortOrder_Asc();
|
||||
cb.query().addOrderBy_Term_Asc();
|
||||
cb.fetchFirst(ComponentUtil.getFessConfig().getPageRelatedqueryMaxFetchSizeAsInteger());
|
||||
cb.fetchFirst(ComponentUtil.getFessConfig().getPageRelatedcontentMaxFetchSizeAsInteger());
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue