From a0ffe071abfd515637163d5eedd3f7de9789f3ef Mon Sep 17 00:00:00 2001 From: Dafeng Guo Date: Thu, 31 May 2018 23:17:24 +0800 Subject: [PATCH] add max-irreversible-block-age to default config --- sample_config/base_config.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sample_config/base_config.ini b/sample_config/base_config.ini index 94dc8f1..8b07c9b 100644 --- a/sample_config/base_config.ini +++ b/sample_config/base_config.ini @@ -1,6 +1,9 @@ # Limits the maximum time (in milliseconds) processing a single get_transactions call. get-transactions-time-limit = 3 +# Limits the maximum age (in seconds) of the DPOS Irreversible Block for a chain this node will produce blocks on +max-irreversible-block-age=5000000 + # the location of the block log (absolute path or relative to application data dir) blocks-dir = "blocks"