Merge pull request #522 from hapifhir/497-set-bundle-batch-max-pool-size
497 - Fix typo on property setter
This commit is contained in:
@@ -156,8 +156,7 @@ public class FhirServerConfigCommon {
|
||||
}
|
||||
//Parallel Batch GET execution settings
|
||||
daoConfig.setBundleBatchPoolSize(appProperties.getBundle_batch_pool_size());
|
||||
daoConfig.setBundleBatchPoolSize(appProperties.getBundle_batch_pool_max_size());
|
||||
|
||||
daoConfig.setBundleBatchMaxPoolSize(appProperties.getBundle_batch_pool_max_size());
|
||||
|
||||
return daoConfig;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user