Skip to content

Commit 2239fe5

Browse files
authored
enable mass ingestion mode
1 parent cc51fa6 commit 2239fe5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ public JpaStorageSettings jpaStorageSettings(AppProperties appProperties) {
100100
: StorageSettings.IndexEnabledEnum.DISABLED);
101101
jpaStorageSettings.setAutoCreatePlaceholderReferenceTargets(
102102
appProperties.getAuto_create_placeholder_reference_targets());
103+
jpaStorageSettings.setEnableMassIngestionMode(
104+
appProperties.getEnable_mass_ingestion_mode());
103105
jpaStorageSettings.setAutoVersionReferenceAtPaths(appProperties.getAuto_version_reference_at_paths());
104106
jpaStorageSettings.setEnforceReferentialIntegrityOnWrite(
105107
appProperties.getEnforce_referential_integrity_on_write());

0 commit comments

Comments
 (0)