Skip to content

Instantly share code, notes, and snippets.

@3esmit
Created July 7, 2017 19:25
Show Gist options
  • Save 3esmit/6e40856aa291d2780badde8710ff380a to your computer and use it in GitHub Desktop.
Save 3esmit/6e40856aa291d2780badde8710ff380a to your computer and use it in GitHub Desktop.
# 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