Skip to content

Commit

Permalink
docs/upgrading: Fix typo (#3478)
Browse files Browse the repository at this point in the history
  • Loading branch information
chancez authored Mar 11, 2021
1 parent 9c470d4 commit a419f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/upgrading/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ In 2.2 we changed this behavior to apply the `max_query_parallelism` after split

You could consider multiplying your current `max_query_parallelism` setting by 16 to obtain the previous behavior, though in practice we suspect few people would really want it this high unless you have a significant querier worker pool.

**Also be aware to make sure `max_outsdanting_per_tenant` is always greater than `max_query_parallelism` or large queries will automatically fail with a 429 back to the user.**
**Also be aware to make sure `max_outstanding_per_tenant` is always greater than `max_query_parallelism` or large queries will automatically fail with a 429 back to the user.**



Expand Down

0 comments on commit a419f9c

Please sign in to comment.