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

cmd/thalos/server.go: configure fetching of table deltas.

This commit is contained in:
Henrik Hautakoski 2024-10-21 12:28:06 +02:00
parent 33c983f6c5
commit 0cb86ff771

View file

@ -392,6 +392,7 @@ func serverCmd(cmd *cobra.Command, args []string) {
)
processor.SetBlacklist(conf.Ship.Blacklist)
processor.FetchDeltas(conf.Ship.EnableTableDeltas)
// Run the application
run(conf, shClient, processor)