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

This commit is contained in:
Erik Grinaker
2020-09-25 11:38:22 +02:00
committed by GitHub
parent f02987e7bc
commit 7eb4e5c0b1

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.