Skip to content

Instantly share code, notes, and snippets.

@86b

86b/config.toml Secret

Created January 4, 2020 20:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 86b/a2aa93d18176eb9b895dacd193fb24c2 to your computer and use it in GitHub Desktop.
Save 86b/a2aa93d18176eb9b895dacd193fb24c2 to your computer and use it in GitHub Desktop.
[network]
warp = false
max_peers = 250
max_pending_peers = 75
no_serve_light = true
discovery = true
port = 30303
[rpc]
# Threads for handling incoming connections for HTTP JSON-RPC server.
# server_threads = 4
# Turn on additional processing threads for JSON-RPC servers (all transports). Setting this to a non-zero value allows parallel execution of cpu-heavy queries.
# processing_threads = 4
disable = false
[footprint]
# Compute and Store tracing data. (Enables trace_* APIs).
tracing = "on"
# Keep all state trie data. No pruning.
pruning = "archive"
# Enables Fat DB
fat_db = "on"
db_compaction = "ssd"
cache_size = 6144
scale_verifiers = true
[snapshots]
disable_periodic = true
[websockets]
disable = true
[ipc]
disable = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment