Skip to content

Commit

Permalink
cmd/thalos/server.go: set blacklist in the processor
Browse files Browse the repository at this point in the history
  • Loading branch information
pnx committed Jun 23, 2024
1 parent 0bc70f8 commit 32f3f1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/thalos/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,8 @@ func serverCmd(cmd *cobra.Command, args []string) {
codec,
)

processor.SetBlacklist(conf.Ship.Blacklist)

// Run the application
run(conf, shClient, processor)

Expand Down

0 comments on commit 32f3f1d

Please sign in to comment.