Skip to content

Commit 056c9a1

Browse files
authored
fix: use the correct function name
1 parent d4db8fb commit 056c9a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/ca/uhn/fhir/jpa/starter/common/FhirServerConfigCommon.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public JpaStorageSettings jpaStorageSettings(AppProperties appProperties) {
100100
: StorageSettings.IndexEnabledEnum.DISABLED);
101101
jpaStorageSettings.setAutoCreatePlaceholderReferenceTargets(
102102
appProperties.getAuto_create_placeholder_reference_targets());
103-
jpaStorageSettings.setEnableMassIngestionMode(
103+
jpaStorageSettings.setMassIngestionMode(
104104
appProperties.getEnable_mass_ingestion_mode());
105105
jpaStorageSettings.setAutoVersionReferenceAtPaths(appProperties.getAuto_version_reference_at_paths());
106106
jpaStorageSettings.setEnforceReferentialIntegrityOnWrite(

0 commit comments

Comments
 (0)