Skip to content

Commit b203781

Browse files
committed
hot fix
1 parent 5cee465 commit b203781

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Ydb.Sdk/src/Ado/YdbConnection.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ namespace Ydb.Sdk.Ado;
1010

1111
public sealed class YdbConnection : DbConnection
1212
{
13-
private const int MaxSendBufferSize = 64 * 1024 * 1024;
14-
1513
private static readonly StateChangeEventArgs ClosedToOpenEventArgs =
1614
new(ConnectionState.Closed, ConnectionState.Open);
1715

0 commit comments

Comments
 (0)