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

config: adding Ship.EnableTableDeltas and table_deltas cli flag

This commit is contained in:
Henrik Hautakoski 2024-10-21 12:24:29 +02:00
parent ffd2504834
commit bedb8a92e8
4 changed files with 6 additions and 0 deletions

View file

@ -46,6 +46,8 @@ func GetFlags() *pflag.FlagSet {
flags.Lookup("start-block").DefValue = "Config value, cache, head from api"
flags.Lookup("end-block").DefValue = "none"
flags.Bool("table-deltas", true, "True if thalos should receive and process table deltas from ship.")
flags.Bool("irreversible-only", false, "Only stream irreversible blocks from ship")
flags.Int("max-msg-in-flight", 10, "Maximum messages that can be sent from SHIP without acknowledgement")
flags.String("chain", "", "ChainID used in channel namespace, can be any string (default from api)")