Enable configuration of store_meta_source_information (#825)
* Enable configuration of store_meta_source_information * Update src/main/java/ca/uhn/fhir/jpa/starter/common/FhirServerConfigCommon.java Co-authored-by: James Agnew <jamesagnew@gmail.com> * Apply spotless style checks --------- Co-authored-by: James Agnew <jamesagnew@gmail.com>
This commit is contained in:
@@ -276,7 +276,8 @@ hapi:
|
||||
# classes listed here will be fetched from the Spring context when combined with 'custom-bean-packages',
|
||||
# or will be instantiated via reflection using an no-arg contructor; then registered with the server
|
||||
#custom-provider-classes:
|
||||
|
||||
# specify what should be stored in meta.source based on StoreMetaSourceInformationEnum defaults to NONE
|
||||
# store_meta_source_information: NONE
|
||||
# Threadpool size for BATCH'ed GETs in a bundle.
|
||||
# bundle_batch_pool_size: 10
|
||||
# bundle_batch_pool_max_size: 50
|
||||
|
||||
Reference in New Issue
Block a user