mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
eb52de1b40
Added command-line option: `--pause-all-flows` to the Node to control this. This mode causes all checkpoints to be set to status PAUSED when the state machine starts up (in StartMode.Safe mode). Changed the state machine so that PAUSED checkpoints are loaded into memory (the checkpoint is deserialised but the flow state is left serialised) but not started. Messages from peers are queued whilst the flow is paused and processed once the flow is resumed. |
||
---|---|---|
.. | ||
src | ||
build.gradle |