|
|
|
@ -479,7 +479,7 @@ The default is `true`. |
|
|
|
|
!!! note |
|
|
|
|
|
|
|
|
|
You can override the default DNS server if it's unreliable or doesn't serve TCP DNS requests, using the |
|
|
|
|
[experimental option](#xhelp) `--Xp2p-dns-discovery-server=<HOST>`. |
|
|
|
|
[early access option](#xhelp) `--Xp2p-dns-discovery-server=<HOST>`. |
|
|
|
|
|
|
|
|
|
### `engine-host-allowlist` |
|
|
|
|
|
|
|
|
@ -1039,13 +1039,12 @@ The maximum number of P2P connections you can establish. The default is 25. |
|
|
|
|
|
|
|
|
|
!!! caution |
|
|
|
|
|
|
|
|
|
The minimum number of peers is set by the `--Xp2p-peer-lower-bound` option, which also has a default of 25. |
|
|
|
|
The minimum number of peers is set by the early access option `--Xp2p-peer-lower-bound`, which |
|
|
|
|
also has a default of 25. |
|
|
|
|
If you reduce the `--max-peers` from the default, you must also set the `--Xp2p-peer-lower-bound` |
|
|
|
|
option to the same value or lower. |
|
|
|
|
For example, if you decrease `--max-peers` to 20, set `--Xp2p-peer-lower-bound` to 20 or lower. |
|
|
|
|
|
|
|
|
|
Note, `Xp2p-peer-lower-bound` is an experimental option. |
|
|
|
|
|
|
|
|
|
### `metrics-category` |
|
|
|
|
|
|
|
|
|
=== "Syntax" |
|
|
|
@ -3190,7 +3189,7 @@ Use `FAST` for [fast sync](../../how-to/connect/sync-node.md#fast-synchronizatio |
|
|
|
|
|
|
|
|
|
!!! important |
|
|
|
|
|
|
|
|
|
Snap sync and checkpoint sync are experimental features. |
|
|
|
|
Snap sync and checkpoint sync are early access features. |
|
|
|
|
|
|
|
|
|
We recommend using snap sync over fast sync even in certain production environments (for example, staking), because |
|
|
|
|
snap sync can be faster by several days. |
|
|
|
@ -3361,7 +3360,7 @@ The maximum period, in hours, to hold pending transactions in the transaction po |
|
|
|
|
-X, --Xhelp |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
Displays the experimental options and their descriptions, and exit. |
|
|
|
|
Displays the early access options and their descriptions, and exit. |
|
|
|
|
|
|
|
|
|
!!! warning |
|
|
|
|
|
|
|
|
|