diff --git a/ydb/core/http_proxy/http_service.cpp b/ydb/core/http_proxy/http_service.cpp index da629c498a90..f09ab0808559 100644 --- a/ydb/core/http_proxy/http_service.cpp +++ b/ydb/core/http_proxy/http_service.cpp @@ -47,6 +47,7 @@ namespace NKikimr::NHttpProxy { Processors->Initialize(); if (cfg.UseSDK) { auto config = NYdb::TDriverConfig().SetNetworkThreadsNum(1) + .SetClientThreadsNum(1) .SetGRpcKeepAlivePermitWithoutCalls(true) .SetGRpcKeepAliveTimeout(TDuration::Seconds(90)) .SetDiscoveryMode(NYdb::EDiscoveryMode::Async);