Skip to content

Commit bfac1d0

Browse files
committed
Add missed integer to prefetch defaults
1 parent 62fafdc commit bfac1d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ hapi:
239239
# The system will progressively work through these thresholds.
240240
# A threshold of -1 means to load all results. Note that if the final threshold is a
241241
# number other than -1, the system will never prefetch more than the given number.
242-
search_prefetch_thresholds: 13,503,2003
242+
search_prefetch_thresholds: 13,503,2003,-1
243243

244244
# comma-separated package names, will be @ComponentScan'ed by Spring to allow for creating custom Spring beans
245245
#custom-bean-packages:

0 commit comments

Comments
 (0)