- Added configuration parameters for search coordinator thread pool sizes

- Added database connection pool size configuration parameter (spring.datasource.hikari.maximum-pool-size)
- Fixed a bug in parsing elastic rest_url for all FHIR versions except for R4, which was correct.
This commit is contained in:
xluandc
2021-03-08 09:45:40 -05:00
parent 46e0f8f37d
commit c142e6bdfa
7 changed files with 100 additions and 3 deletions

View File

@@ -15,7 +15,7 @@
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir</artifactId>
<!-- FIMXME KBD Change this to 5.3.0 BEFORE merging this code to master ! -->
<version>5.3.0</version>
<version>5.4.0-PRE1-SNAPSHOT</version>
</parent>
<artifactId>hapi-fhir-jpaserver-starter</artifactId>