Skip to content

Commit

Permalink
Increased the limit when searching for Mica documents - findAll() (#4217
Browse files Browse the repository at this point in the history
)
  • Loading branch information
kazoompa authored and meek0 committed Aug 27, 2021
1 parent ecb978f commit ee42983
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public abstract class AbstractDocumentService<T> implements DocumentService<T> {

private static final Logger log = LoggerFactory.getLogger(AbstractDocumentService.class);

protected static final int MAX_SIZE = 1000;
protected static final int MAX_SIZE = 10000;

@Inject
protected Searcher searcher;
Expand Down

0 comments on commit ee42983

Please sign in to comment.