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 130174f commit 28f08d9Copy full SHA for 28f08d9
src/Ydb.Sdk/src/Services/Query/SessionPool.cs
@@ -14,6 +14,7 @@ internal sealed class SessionPool : SessionPool<Session>, IAsyncDisposable
14
{
15
TransportTimeout = TimeSpan.FromMinutes(2)
16
};
17
+
18
private static readonly GrpcRequestSettings AttachSessionSettings = new();
19
20
private readonly Driver _driver;
0 commit comments