Change resync defaults for 2.3.0 update

This commit is contained in:
phahulin 2019-01-20 21:36:36 +03:00 committed by GitHub
parent f39394e4bd
commit f5af5d4caf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ GENESIS_BRANCH: "core"
backup_parity_data: "on"
# do full resync
resync: "on"
resync: "off"
# strings to remove from node.toml
bootnode_node_toml_lines_to_remove: []
@ -15,4 +15,4 @@ bootnode_node_toml_lines_to_remove: []
# strings to add in node.toml
bootnode_node_toml_lines_to_add: []
update_netstats: "on"
update_netstats: "off"