remove redundant/unused reload-existing-ig property (#607)

This commit is contained in:
craig mcclendon
2023-11-21 11:47:02 -06:00
committed by GitHub
parent 3640bd03a2
commit 21d51be451
2 changed files with 0 additions and 11 deletions

View File

@@ -74,7 +74,6 @@ public class AppProperties {
private Cors cors = null;
private Partitioning partitioning = null;
private Boolean install_transitive_ig_dependencies = true;
private Boolean reload_existing_implementationguides = false;
private Map<String, PackageInstallationSpec> implementationGuides = null;
private String staticLocation = null;
@@ -565,14 +564,6 @@ public class AppProperties {
this.install_transitive_ig_dependencies = install_transitive_ig_dependencies;
}
public boolean getReload_existing_implementationguides() {
return reload_existing_implementationguides;
}
public void setReload_existing_implementationguides(boolean reload_existing_implementationguides) {
this.reload_existing_implementationguides = reload_existing_implementationguides;
}
public Integer getBundle_batch_pool_size() {
return this.bundle_batch_pool_size;
}

View File

@@ -75,8 +75,6 @@ hapi:
# server_address: http://hapi.fhir.org/baseR4
# defer_indexing_for_codesystems_of_size: 101
# install_transitive_ig_dependencies: true
### tells the server whether to attempt to load IG resources that are already present
# reload_existing_implementationGuides : false
#implementationguides:
### example from registry (packages.fhir.org)
# swiss: