Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Ye <[email protected]>
  • Loading branch information
yeya24 committed Nov 15, 2023
1 parent e67589a commit c9b9f3e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ type Config struct {
CacheResults bool `yaml:"cache_results"`
MaxRetries int `yaml:"max_retries"`
// List of headers which query_range middleware chain would forward to downstream querier.
ForwardHeaders flagext.StringSlice `yaml:"forward_headers_list"`
MaxSubQueryExprSteps int64 `yaml:"max_subquery_expr_steps"`
ForwardHeaders flagext.StringSlice `yaml:"forward_headers_list"`

// Populated based on the query configuration
VerticalShardSize int `yaml:"-"`
Expand Down

0 comments on commit c9b9f3e

Please sign in to comment.