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

SNOW-357386: ConnectionLimit is hardcoded to 20, allow client to specify #316

Open
shawnjones253 opened this issue May 13, 2021 · 1 comment
Assignees
Labels
feature status-triage_done Initial triage done, will be further handled by the driver team

Comments

@shawnjones253
Copy link

Issue description

ConnectionLimit is hardcoded to 20. I'd like to be able to specify this.

This causes queueing at the client whenever snowflake query durations hit even a modest increase.

Example code

p.ConnectionLimit = 20; // Default value is 2, we need more connections for performing multiple parallel queries

Configuration

Dotnet framework and version: net framework 4.7

@github-actions github-actions bot changed the title ConnectionLimit is hardcoded to 20, allow client to specify SNOW-357386: ConnectionLimit is hardcoded to 20, allow client to specify May 13, 2021
@sfc-gh-kterada sfc-gh-kterada self-assigned this Aug 28, 2021
@sfc-gh-jfan sfc-gh-jfan reopened this Jul 1, 2022
@github-actions github-actions bot closed this as completed Jul 2, 2022
@sfc-gh-jfan sfc-gh-jfan reopened this Jul 6, 2022
@sfc-gh-dszmolka sfc-gh-dszmolka added the status-triage Issue is under initial triage label Jun 7, 2023
@sfc-gh-dszmolka
Copy link
Contributor

hi and thank you for raising this issue. apologies for the long period without response. since the configuration is still the same even today, we'll take a look how best to make this configurable.

@sfc-gh-dszmolka sfc-gh-dszmolka added status-in_progress Issue is worked on by the driver team and removed status-triage Issue is under initial triage labels Jun 7, 2023
@sfc-gh-dszmolka sfc-gh-dszmolka added status-triage_done Initial triage done, will be further handled by the driver team and removed status-in_progress Issue is worked on by the driver team labels Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature status-triage_done Initial triage done, will be further handled by the driver team
Projects
None yet
Development

No branches or pull requests

6 participants