We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 644036d commit 9f6e1bcCopy full SHA for 9f6e1bc
ydb/core/http_proxy/http_service.cpp
@@ -47,6 +47,7 @@ namespace NKikimr::NHttpProxy {
47
Processors->Initialize();
48
if (cfg.UseSDK) {
49
auto config = NYdb::TDriverConfig().SetNetworkThreadsNum(1)
50
+ .SetClientThreadsNum(1)
51
.SetGRpcKeepAlivePermitWithoutCalls(true)
52
.SetGRpcKeepAliveTimeout(TDuration::Seconds(90))
53
.SetDiscoveryMode(NYdb::EDiscoveryMode::Async);
0 commit comments