Skip to content

Commit 255031b

Browse files
baraboKevinDougan
andauthored
fix: use the existing naming convention
Co-authored-by: Kevin Dougan SmileCDR <[email protected]>
1 parent 0d8642d commit 255031b

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
@@ -101,7 +101,7 @@ public JpaStorageSettings jpaStorageSettings(AppProperties appProperties) {
101101
jpaStorageSettings.setAutoCreatePlaceholderReferenceTargets(
102102
appProperties.getAuto_create_placeholder_reference_targets());
103103
jpaStorageSettings.setMassIngestionMode(
104-
appProperties.getEnable_mass_ingestion_mode());
104+
appProperties.getMass_ingestion_mode_enabled());
105105
jpaStorageSettings.setAutoVersionReferenceAtPaths(appProperties.getAuto_version_reference_at_paths());
106106
jpaStorageSettings.setEnforceReferentialIntegrityOnWrite(
107107
appProperties.getEnforce_referential_integrity_on_write());

0 commit comments

Comments
 (0)