Browse Source

docs: update state sync config with discovery_time (#5405)

pull/5406/head
Erik Grinaker 4 years ago
committed by GitHub
parent
commit
7eb4e5c0b1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      docs/tendermint-core/configuration.md

+ 4
- 1
docs/tendermint-core/configuration.md View File

@ -306,7 +306,10 @@ enable = false
rpc_servers = ""
trust_height = 0
trust_hash = ""
trust_period = "0s"
trust_period = "168h0m0s"
# Time to spend discovering snapshots before initiating a restore.
discovery_time = "15s"
# Temporary directory for state sync snapshot chunks, defaults to the OS tempdir (typically /tmp).
# Will create a new, randomly named directory within, and remove it when done.


Loading…
Cancel
Save