Addressing review comments
This commit is contained in:
@@ -104,7 +104,7 @@ public class AppProperties {
|
||||
|
||||
private final List<String> custom_provider_classes = new ArrayList<>();
|
||||
|
||||
private List<Integer> search_prefetch_thresholds = List.of(13, 503, 2003, -1);
|
||||
private List<Integer> search_prefetch_thresholds = new ArrayList<>();
|
||||
|
||||
|
||||
public List<String> getCustomInterceptorClasses() {
|
||||
|
||||
Reference in New Issue
Block a user