We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca42e8 commit 9f29644Copy full SHA for 9f29644
src/Ydb.Sdk/src/Pool/SessionPool.cs
@@ -11,8 +11,8 @@ internal abstract class SessionPool<TSession> where TSession : SessionBase<TSess
11
private readonly ConcurrentQueue<TSession> _idleSessions = new();
12
private readonly int _createSessionTimeoutMs;
13
private readonly int _size;
14
- private protected readonly SessionPoolConfig Config;
15
-
+
+ protected readonly SessionPoolConfig Config;
16
protected readonly ILogger<SessionPool<TSession>> Logger;
17
18
private volatile int _waitingCount;
0 commit comments