Skip to content

Commit 7c27588

Browse files
set MaxQueueReqeusts=10000 in http_proxy (#2736)
1 parent 252b621 commit 7c27588

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ydb/core/http_proxy/http_service.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ namespace NKikimr::NHttpProxy {
4949
if (cfg.UseSDK) {
5050
auto config = NYdb::TDriverConfig().SetNetworkThreadsNum(1)
5151
.SetClientThreadsNum(1)
52+
.SetMaxQueuedRequests(10000)
5253
.SetGRpcKeepAlivePermitWithoutCalls(true)
5354
.SetGRpcKeepAliveTimeout(TDuration::Seconds(90))
5455
.SetDiscoveryMode(NYdb::EDiscoveryMode::Async);

0 commit comments

Comments
 (0)