Skip to content

Commit

Permalink
Add missed integer to prefetch defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
tadgh committed Sep 27, 2024
1 parent 62fafdc commit bfac1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bfac1d0

Please sign in to comment.