mirror of
https://github.com/corda/corda.git
synced 2025-03-14 00:06:45 +00:00
Change flow executor thread names to be the same (#1111)
This commit is contained in:
parent
c32b7b1331
commit
cedfb3f069
@ -187,7 +187,7 @@ D""".trimStart()
|
||||
log.info("Multi-threaded state machine manager with ${configuration.enterpriseConfiguration.tuning.flowThreadPoolSize} threads.")
|
||||
return Executors.newFixedThreadPool(
|
||||
configuration.enterpriseConfiguration.tuning.flowThreadPoolSize,
|
||||
ThreadFactoryBuilder().setNameFormat("flow-executor-%d").setThreadFactory(::FastThreadLocalThread).build()
|
||||
ThreadFactoryBuilder().setNameFormat("flow-worker").setThreadFactory(::FastThreadLocalThread).build()
|
||||
)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user