Skip to content

v0.9.3

Latest
Compare
Choose a tag to compare
@SurfingNerd SurfingNerd released this 28 Oct 21:45
· 254 commits to main since this release
6b34c53

Diamond Node Software 3.3.5-hbbft-0.9.3

[Autoshutdown after a period without block import] #78

Those examples show how to confige the node to activate this feature, restarting the node if no block import has been detected for 1800 seconds (30 minutes)

to activate feature via CLI Arg:
--shutdown-on-missing-block-import=1800

or in node.toml
node.toml:

[Misc]
shutdown_on_missing_block_import = 1800