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 252b621 commit 7c27588Copy full SHA for 7c27588
ydb/core/http_proxy/http_service.cpp
@@ -49,6 +49,7 @@ namespace NKikimr::NHttpProxy {
49
if (cfg.UseSDK) {
50
auto config = NYdb::TDriverConfig().SetNetworkThreadsNum(1)
51
.SetClientThreadsNum(1)
52
+ .SetMaxQueuedRequests(10000)
53
.SetGRpcKeepAlivePermitWithoutCalls(true)
54
.SetGRpcKeepAliveTimeout(TDuration::Seconds(90))
55
.SetDiscoveryMode(NYdb::EDiscoveryMode::Async);
0 commit comments