add BlockTimeIota to the config.toml (#2878)

Refs #2877
This commit is contained in:
cong
2018-11-19 20:15:23 +04:00
committed by Anton Kaliaev
parent 5abdd254e7
commit fd8d1d6b69
3 changed files with 8 additions and 0 deletions
+3
View File
@@ -203,6 +203,9 @@ create_empty_blocks_interval = "0s"
peer_gossip_sleep_duration = "100ms"
peer_query_maj23_sleep_duration = "2000ms"
# Block time parameters. Corresponds to the minimum time increment between consecutive blocks.
blocktime_iota = "1000ms"
##### transactions indexer configuration options #####
[tx_index]