integrate backfill into storage watcher; documentation for storage backfill
This commit is contained in:
parent
1a208546d1
commit
7f32c907fd
@ -202,7 +202,7 @@ Storage transformers stream data from a geth subscription or parity csv file whe
|
|||||||
full sync progresses. If the transformers have missed consuming a range of diffs due to lag in the startup of the processes or due to misalignment of the sync,
|
full sync progresses. If the transformers have missed consuming a range of diffs due to lag in the startup of the processes or due to misalignment of the sync,
|
||||||
we can configure our storage transformers to backfill missing diffs from a [modified archival geth client](https://github.com/vulcanize/go-ethereum/tree/statediff_at).
|
we can configure our storage transformers to backfill missing diffs from a [modified archival geth client](https://github.com/vulcanize/go-ethereum/tree/statediff_at).
|
||||||
|
|
||||||
To do so, add the following fields to the config file.
|
To do so, add the following field to the config file.
|
||||||
```toml
|
```toml
|
||||||
[storageBackFill]
|
[storageBackFill]
|
||||||
on = false
|
on = false
|
||||||
|
Loading…
Reference in New Issue
Block a user