File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,12 @@ If no nodes.json file exists, it will be created.
4242 -h, --help help for sensor
4343 --key string hex-encoded private key (cannot be set with --key-file)
4444 -k, --key-file string private key file (cannot be set with --key)
45- --max-cached-blocks int maximum number of blocks to cache for serving to peers (default 1000 )
46- --max-cached-txs int maximum number of transactions to cache for serving to peers (default 10000 )
45+ --max-cached-blocks int maximum number of blocks to cache for serving to peers (default 128 )
46+ --max-cached-txs int maximum number of transactions to cache for serving to peers (default 2048 )
4747 -D, --max-db-concurrency int maximum number of concurrent database operations to perform (increasing this
4848 will result in less chance of missing data but can significantly increase memory usage) (default 10000)
49+ --max-known-blocks int maximum block hashes to track per peer (default 1024)
50+ --max-known-txs int maximum transaction hashes to track per peer (default 8192)
4951 -m, --max-peers int maximum number of peers to connect to (default 2000)
5052 --nat string NAT port mapping mechanism (any| none| upnp| pmp| pmp:< IP> | extip:< IP> ) (default " any" )
5153 -n, --network-id uint filter discovered nodes by this network ID
You can’t perform that action at this time.
0 commit comments