Skip to content

Commit 9f6e1bc

Browse files
authored
do not use adaptive thread pool (#536)
Co-authored-by: Alekseii Nikolaevskii <[email protected]>
1 parent 644036d commit 9f6e1bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ydb/core/http_proxy/http_service.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ namespace NKikimr::NHttpProxy {
4747
Processors->Initialize();
4848
if (cfg.UseSDK) {
4949
auto config = NYdb::TDriverConfig().SetNetworkThreadsNum(1)
50+
.SetClientThreadsNum(1)
5051
.SetGRpcKeepAlivePermitWithoutCalls(true)
5152
.SetGRpcKeepAliveTimeout(TDuration::Seconds(90))
5253
.SetDiscoveryMode(NYdb::EDiscoveryMode::Async);

0 commit comments

Comments
 (0)