Skip to content

Commit

Permalink
cmd/thalos/server.go: configure fetching of table deltas.
Browse files Browse the repository at this point in the history
  • Loading branch information
pnx committed Oct 21, 2024
1 parent 33c983f commit 0cb86ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/thalos/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0cb86ff

Please sign in to comment.