mirror of
https://github.com/corda/corda.git
synced 2025-06-22 09:08:49 +00:00
ENT-1953 enterprise tuning config (#1057)
* ENT-1953 enterprise tuning config * Keep flowThreadPoolSize at 1 for integration tests as some expect certain ordering it seems. * Log thread count for SMM
This commit is contained in:
@ -238,7 +238,8 @@ class DriverDSLImpl(
|
||||
"rpcSettings.adminAddress" to rpcAdminAddress.toString(),
|
||||
"useTestClock" to useTestClock,
|
||||
"rpcUsers" to if (users.isEmpty()) defaultRpcUserList else users.map { it.toConfig().root().unwrapped() },
|
||||
"verifierType" to verifierType.name
|
||||
"verifierType" to verifierType.name,
|
||||
"enterpriseConfiguration.tuning.flowThreadPoolSize" to "1"
|
||||
) + czUrlConfig + customOverrides
|
||||
val config = NodeConfig(ConfigHelper.loadConfig(
|
||||
baseDirectory = baseDirectory(name),
|
||||
|
Reference in New Issue
Block a user