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:
parent
33c983f6c5
commit
0cb86ff771
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue