Skip to content

Commit 8cd2387

Browse files
committed
wip
1 parent 78bf0cc commit 8cd2387

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Ydb.Sdk/src/DriverConfig.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ namespace Ydb.Sdk;
66

77
public class DriverConfig
88
{
9+
private readonly string _pid = Environment.ProcessId.ToString();
910
public string Endpoint { get; }
1011
public string Database { get; }
1112
public ICredentialsProvider? Credentials { get; }
@@ -31,8 +32,6 @@ public class DriverConfig
3132
internal TimeSpan EndpointDiscoveryInterval = TimeSpan.FromMinutes(1);
3233
internal TimeSpan EndpointDiscoveryTimeout = TimeSpan.FromSeconds(10);
3334
internal string SdkVersion { get; }
34-
private readonly string _pid = Environment.ProcessId.ToString();
35-
3635
public DriverConfig(
3736
string endpoint,
3837
string database,

0 commit comments

Comments
 (0)