Created
July 7, 2017 19:25
-
-
Save 3esmit/6e40856aa291d2780badde8710ff380a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This config should be placed in following path: | |
# %AppData%\Parity\Ethereum\config.toml | |
[parity] | |
# Parity syncs initially, then sleeps and wakes regularly to resync | |
mode = "passive" | |
# Auto-updates only to consensus/security updates. | |
auto_update = "critical" | |
[footprint] | |
# Prune old state data. Maintains journal overlay - fast but extra 50MB of memory used. | |
pruning = "fast" | |
# Increase performance on HDD. | |
db_compaction = "hdd" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment