mirror of
https://github.com/corda/corda.git
synced 2025-02-21 01:42:24 +00:00
Cap the default size of the external operation thread pool to 10 or the maximum number of available processors, whichever is smaller. Set the minimum size of the thread pool to 1. Meaning that only a single thread is used unless the node actually starts to use `FlowExternalOperation` which consumes threads from this pool.