Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: remove query concurrency limit #25629

Merged
merged 1 commit into from
Dec 9, 2024
Merged

Conversation

hiltontj
Copy link
Contributor

@hiltontj hiltontj commented Dec 9, 2024

Part of #25627

This removes the query concurrency limit (which was previously hard-coded to 10) by setting the query semaphore limit in the QueryExecutorImpl to tokio::sync::Semaphore::MAX_PERMITS.

This does not close the related issue, as the concurrency should probably have at least a configurable limit.

@hiltontj hiltontj added the v3 label Dec 9, 2024
@hiltontj hiltontj self-assigned this Dec 9, 2024
@hiltontj hiltontj merged commit 161c8b4 into main Dec 9, 2024
13 checks passed
@hiltontj hiltontj deleted the hiltontj/query-semaphore branch December 9, 2024 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants