mirror of
https://github.com/corda/corda.git
synced 2024-12-21 05:53:23 +00:00
eb0e2535ed
Initial PR for https://r3-cev.atlassian.net/projects/CORDA/issues/CORDA-442 Allow for cordformation not to specify which node is the network map. When that happens Cordformation will start each node and make it serialize its NodeInfo to disk. This make 'depolyNodes' slower. On my machine for the traderDemo it's ~25s PersistentNetworkMapCache will load files from disk at startup. Additionally nodeinfos are loaded in the networkMapCache only if they're newer than the currently known version. |
||
---|---|---|
.. | ||
src | ||
build.gradle | ||
README.rst |
Please refer to the documentation in <corda-root>/doc/build/html/running-a-node.html#cordformation.