Skip to content
This repository has been archived by the owner on Mar 5, 2020. It is now read-only.

Commit

Permalink
Merge pull request #24 from eosasia/master
Browse files Browse the repository at this point in the history
add max-irreversible-block-age to default config
  • Loading branch information
abourget authored May 31, 2018
2 parents a15f1fa + a0ffe07 commit f86ecdd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sample_config/base_config.ini
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit f86ecdd

Please sign in to comment.