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 ccb758c commit 25fcc4eCopy full SHA for 25fcc4e
src/Ydb.Sdk/src/DriverConfig.cs
@@ -32,7 +32,7 @@ public class DriverConfig
32
internal TimeSpan EndpointDiscoveryInterval = TimeSpan.FromMinutes(1);
33
internal TimeSpan EndpointDiscoveryTimeout = TimeSpan.FromSeconds(10);
34
internal string SdkVersion { get; }
35
-
+
36
public DriverConfig(
37
string endpoint,
38
string database,
0 commit comments