diff --git a/src/main/java/ca/uhn/fhir/jpa/starter/AppProperties.java b/src/main/java/ca/uhn/fhir/jpa/starter/AppProperties.java index a351f9d..0951b64 100644 --- a/src/main/java/ca/uhn/fhir/jpa/starter/AppProperties.java +++ b/src/main/java/ca/uhn/fhir/jpa/starter/AppProperties.java @@ -326,7 +326,7 @@ public Cors getCors() { } public Boolean getMass_ingestion_mode_enabled() { - return enable_mass_ingestion_mode; + return mass_ingestion_mode_enabled; } public void setMass_ingestion_mode_enabled(Boolean mass_ingestion_mode_enabled) {