Skip to content

Commit e1afb3b

Browse files
committed
docs: make gen-doc
1 parent 7879646 commit e1afb3b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/polycli_p2p_sensor.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)