Skip to content

Commit

Permalink
latency req
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Dec 9, 2024
1 parent 82d674e commit 7e815d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/infrastructure-full-node-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ The initial sync of the chain will cause significant data volume of several 100

Once your chain is synced you should expect a constant data bandwidth in the order of 0.2-1.0 MB/s up and down. If you need to throttle that you may want to look into restricting the number of peers `--in-peers`, `--in-peers-light`, `--out-peers` .

You should also check your networking latency with `ping telemetry.polkadot.io`. The result depends on your geographical location, obviously. If your ping time exceeds 500ms you may have networking issues. If you want to run a collator, latency is critical.

## Install dependencies

The recommended way to setup a full node is to start with the [ansible setup](https://github.com/w3f/polkadot-validator-setup) provided
Expand Down

0 comments on commit 7e815d6

Please sign in to comment.