You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
github-actionsbot
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
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.
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
snowflake-connector-net/Snowflake.Data/Core/HttpUtil.cs
Line 183 in 1305e80
Configuration
Dotnet framework and version: net framework 4.7
The text was updated successfully, but these errors were encountered: