Fixed bug in setting of jpaStorageSettings that cause PreExpandValueSetsDefaultCount to always get the default value (#803)

This commit is contained in:
Adam Stevenson
2025-04-19 03:32:09 -06:00
committed by GitHub
parent 6b5d24b3d6
commit 2bfda345dc

View File

@@ -156,8 +156,8 @@ public class FhirServerConfigCommon {
jpaStorageSettings.setPreExpandValueSets(appProperties.getPre_expand_value_sets());
jpaStorageSettings.setEnableTaskPreExpandValueSets(appProperties.getEnable_task_pre_expand_value_sets());
jpaStorageSettings.setPreExpandValueSetsDefaultCount(appProperties.getPre_expand_value_sets_default_count());
jpaStorageSettings.setPreExpandValueSetsMaxCount(appProperties.getPre_expand_value_sets_max_count());
jpaStorageSettings.setPreExpandValueSetsDefaultCount(appProperties.getPre_expand_value_sets_default_count());
jpaStorageSettings.setMaximumExpansionSize(appProperties.getMaximum_expansion_size());
jpaStorageSettings.setIndexMissingFields(