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 5cee465 commit b203781Copy full SHA for b203781
src/Ydb.Sdk/src/Ado/YdbConnection.cs
@@ -10,8 +10,6 @@ namespace Ydb.Sdk.Ado;
10
11
public sealed class YdbConnection : DbConnection
12
{
13
- private const int MaxSendBufferSize = 64 * 1024 * 1024;
14
-
15
private static readonly StateChangeEventArgs ClosedToOpenEventArgs =
16
new(ConnectionState.Closed, ConnectionState.Open);
17
0 commit comments