From bfac1d00638aee125e3bf2357907cd02fc5101ee Mon Sep 17 00:00:00 2001 From: Tadgh Date: Fri, 27 Sep 2024 09:21:01 -0400 Subject: [PATCH] Add missed integer to prefetch defaults --- src/main/resources/application.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index f9aba43..7594559 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -239,7 +239,7 @@ hapi: # The system will progressively work through these thresholds. # A threshold of -1 means to load all results. Note that if the final threshold is a # number other than -1, the system will never prefetch more than the given number. - search_prefetch_thresholds: 13,503,2003 + search_prefetch_thresholds: 13,503,2003,-1 # comma-separated package names, will be @ComponentScan'ed by Spring to allow for creating custom Spring beans #custom-bean-packages: