Skip to content

Commit

Permalink
changed default pool version to check tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mhofman committed Oct 4, 2023
1 parent 3ddb5f2 commit a3d6257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snowflake.Data/Client/SnowflakeDbConnectionPool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class SnowflakeDbConnectionPool
private static readonly SFLogger s_logger = SFLoggerFactory.GetLogger<SnowflakeDbConnectionPool>();
private static readonly Object s_instanceLock = new Object();
private static ConnectionPoolManagerBase s_connectionPoolManager;
private static PoolManagerVersion s_poolVersion = PoolManagerVersion.Version2;
private static PoolManagerVersion s_poolVersion = PoolManagerVersion.Version1;

public static ConnectionPoolManagerBase Instance
{
Expand Down

0 comments on commit a3d6257

Please sign in to comment.