Skip to content

Commit 729994e

Browse files
fix: delete deadline grpc timeout on AttachStream
1 parent 82aa108 commit 729994e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/Ydb.Sdk/src/Services/Query/SessionPool.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@ internal sealed class SessionPool : SessionPool<Session>, IAsyncDisposable
1414
{
1515
TransportTimeout = TimeSpan.FromMinutes(2)
1616
};
17-
18-
private static readonly GrpcRequestSettings AttachSessionSettings = new()
19-
{
20-
TransportTimeout = TimeSpan.FromMinutes(1)
21-
};
17+
private static readonly GrpcRequestSettings AttachSessionSettings = new();
2218

2319
private readonly Driver _driver;
2420
private readonly bool _disposingDriver;

0 commit comments

Comments
 (0)