From 056c9a16b2cd25fbe4130c57dcec44ca10fed913 Mon Sep 17 00:00:00 2001 From: Carl Anderson Date: Thu, 13 Jun 2024 16:01:53 -0500 Subject: [PATCH] fix: use the correct function name --- .../ca/uhn/fhir/jpa/starter/common/FhirServerConfigCommon.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/ca/uhn/fhir/jpa/starter/common/FhirServerConfigCommon.java b/src/main/java/ca/uhn/fhir/jpa/starter/common/FhirServerConfigCommon.java index 14318f6..e7b1d75 100644 --- a/src/main/java/ca/uhn/fhir/jpa/starter/common/FhirServerConfigCommon.java +++ b/src/main/java/ca/uhn/fhir/jpa/starter/common/FhirServerConfigCommon.java @@ -100,7 +100,7 @@ public class FhirServerConfigCommon { : StorageSettings.IndexEnabledEnum.DISABLED); jpaStorageSettings.setAutoCreatePlaceholderReferenceTargets( appProperties.getAuto_create_placeholder_reference_targets()); - jpaStorageSettings.setEnableMassIngestionMode( + jpaStorageSettings.setMassIngestionMode( appProperties.getEnable_mass_ingestion_mode()); jpaStorageSettings.setAutoVersionReferenceAtPaths(appProperties.getAuto_version_reference_at_paths()); jpaStorageSettings.setEnforceReferentialIntegrityOnWrite(