mirror of https://github.com/apache/druid.git
1) Fix configuration property naming issue.
This commit is contained in:
parent
f062e136d0
commit
d7f85cfbc4
|
@ -79,7 +79,7 @@ public class SearchQueryQueryToolChest implements QueryToolChest<Result<SearchRe
|
|||
// I dislike this static loading of properies, but it's the only mechanism available right now.
|
||||
Properties props = Initialization.loadProperties();
|
||||
|
||||
maxSearchLimit = PropUtils.getPropertyAsInt(props, "com.metamx.query.topN.minSearchLimit", 1000);
|
||||
maxSearchLimit = PropUtils.getPropertyAsInt(props, "com.metamx.query.search.maxSearchLimit", 1000);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue