mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
update max terms
This commit is contained in:
parent
f72dbc4c77
commit
11e593a39b
@ -56,7 +56,7 @@ public class TermComponentQuery implements KeywordSearchQuery {
|
|||||||
private Keyword keywordQuery = null;
|
private Keyword keywordQuery = null;
|
||||||
private KeywordQueryFilter filter = null;
|
private KeywordQueryFilter filter = null;
|
||||||
private String field = null;
|
private String field = null;
|
||||||
private static int MAX_TERMS_RESULTS = 200000;
|
private static int MAX_TERMS_RESULTS = 20000;
|
||||||
|
|
||||||
private static final boolean DEBUG = (Version.getBuildType() == Version.Type.DEVELOPMENT);
|
private static final boolean DEBUG = (Version.getBuildType() == Version.Type.DEVELOPMENT);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user