Browse Source

abci: tweak node sync estimate (#115)

pull/7804/head
Erik Grinaker 4 years ago
committed by GitHub
parent
commit
6b570e2111
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      spec/abci/apps.md

+ 1
- 1
spec/abci/apps.md View File

@ -491,7 +491,7 @@ This happens if we crashed after the app finished Commit but before Tendermint s
A new node joining the network can simply join consensus at the genesis height and replay all
historical blocks until it is caught up. However, for large chains this can take a significant
amount of time, often on the order of weeks or months.
amount of time, often on the order of days or weeks.
State sync is an alternative mechanism for bootstrapping a new node, where it fetches a snapshot
of the state machine at a given height and restores it. Depending on the application, this can


Loading…
Cancel
Save