mirror of
https://github.com/luxfi/netrunner.git
synced 2026-07-27 00:04:23 +00:00
18 lines
509 B
JSON
18 lines
509 B
JSON
{
|
|
"network-peer-list-pull-gossip-frequency":"250ms",
|
|
"network-max-reconnect-delay":"1s",
|
|
"public-ip":"127.0.0.1",
|
|
"health-check-frequency":"2s",
|
|
"api-admin-enabled":true,
|
|
"index-enabled":true,
|
|
"log-display-level":"ERROR",
|
|
"log-level": "INFO",
|
|
"sybil-protection-enabled": true,
|
|
"network-health-min-conn-peers": 0,
|
|
"track-all-chains": true,
|
|
"consensus-sample-size": 3,
|
|
"consensus-preference-quorum-size": 2,
|
|
"consensus-confidence-quorum-size": 2,
|
|
"consensus-commit-threshold": 2
|
|
}
|