Skip to content

Commit

Permalink
Merge branch 'devel' of github.com:ledgerwatch/erigon into astrid-p2p…
Browse files Browse the repository at this point in the history
…-retry-fetch-headers-timeouts
  • Loading branch information
taratorio committed Feb 29, 2024
2 parents 67a3eb9 + d18fdaa commit ccdcca2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions turbo/app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The **uploader** is configured to minimize disk usage by doing the following:

in addition to this it has the following performance related features:

* maximises the workers allocated to snaphot processing to improve thoughtput
* maximises the workers allocated to snapshot processing to improve thoughtput
* Can be started from scratch by downloading the latest snapshots from the remote location to seed processing

The following configuration can be used to upload blocks from genesis where:
Expand All @@ -40,7 +40,7 @@ The following configuration can be used to upload blocks from genesis where:
|---|---|
| sync.loop.prune.limit=500000 | Sets the records to be pruned to the database to 500,000 per iteration (as opposed to 100) |
| upload.location=r2:erigon-v2-snapshots-bor-mainnet | Specified the rclone loaction to upload snapshot to |
| upload.from=earliest | Sets the upload start location to be the earliest availible block, which will be 0 in the case of a fresh installtion, or specified by the last block in the chaindata db |
| upload.from=earliest | Sets the upload start location to be the earliest available block, which will be 0 in the case of a fresh installation, or specified by the last block in the chaindata db |
| upload.snapshot.limit=1500000 | Tells the uploader to keep a maximum 1,500,000 blocks in the `snapshots` before deleting the aged snapshot |
| snapshot.version=2 | Indivates the version to be appended to snapshot file names when they are creatated|

Expand Down

0 comments on commit ccdcca2

Please sign in to comment.