1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos-docs synced 2026-06-17 04:40:02 +02:00

docs/configuration.md: document ship.table_deltas

This commit is contained in:
Henrik Hautakoski 2024-12-21 04:56:46 +01:00
parent 1d370b2bfa
commit 3f69cd0cb2

View file

@ -41,6 +41,10 @@ to run
If `true`, the ship node will only send transactions once they are considered irreversible.
If `false` the transactions are posted as soon as possible.
`ship.table_deltas` ([`boolean`](#boolean))
If set to `true` thalos will publish table deltas updates to clients.
`ship.start_block_num` ([`integer`](#integer))
Thalos will start streaming blocks starting from this one. if undefined, the currect block reported by `api` is used.