Skip to content

Commit

Permalink
Revert "DO NOT MERGE: temporary check of streaming query threshold"
Browse files Browse the repository at this point in the history
This reverts commit c275372.
  • Loading branch information
dhirving committed Dec 3, 2024
1 parent c275372 commit 565dc84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
# an HTTP 503 Service Unavailable with a Retry-After header. We are currently
# using the default FastAPI thread pool size of 40 (total) and have 40 maximum
# database connections (per Butler repository.)
_MAXIMUM_CONCURRENT_STREAMING_QUERIES = 5
_MAXIMUM_CONCURRENT_STREAMING_QUERIES = 25
# How long we ask callers to wait before trying their query again.
# The hope is that they will bounce to a less busy replica, so we don't want
# them to wait too long.
Expand Down

0 comments on commit 565dc84

Please sign in to comment.