Skip to content

Commit

Permalink
docs/configuration.md: document ship.table_deltas
Browse files Browse the repository at this point in the history
  • Loading branch information
pnx committed Dec 21, 2024
1 parent 1d370b2 commit 3f69cd0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3f69cd0

Please sign in to comment.