mirror of
https://github.com/corda/corda.git
synced 2025-04-15 15:07:03 +00:00
Added enterprise specific fields to V1NodeConfigurationSpec.
This commit is contained in:
parent
b6b37ad6f4
commit
6a90f42eba
@ -173,7 +173,6 @@ data class NodeConfigurationImpl(
|
||||
|
||||
// Adjust connection pool size depending on N=flow thread pool size.
|
||||
// If there is no configured pool size set it to N + 1, otherwise check that it's greater than N.
|
||||
// TODO sollecitom add these to validation
|
||||
val flowThreadPoolSize = enterpriseConfiguration.tuning.flowThreadPoolSize
|
||||
val maxConnectionPoolSize = dataSourceProperties.getProperty("maximumPoolSize")
|
||||
if (maxConnectionPoolSize == null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user