aboutsummaryrefslogtreecommitdiffstats
path: root/yt/cpp
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2024-02-15 23:14:21 +0300
committerInnokentii Mokin <innokentii@ydb.tech>2024-02-16 18:35:22 +0000
commit37ee03836a3bcefdbf138fa5c3af028688adc471 (patch)
tree22b95410e068602d10bda2eab0065372e697345f /yt/cpp
parent84fd3fbde05b18ad1bc34743b7a8c618ab999356 (diff)
downloadydb-37ee03836a3bcefdbf138fa5c3af028688adc471.tar.gz
Intermediate changes
Diffstat (limited to 'yt/cpp')
-rw-r--r--yt/cpp/mapreduce/interface/config.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/cpp/mapreduce/interface/config.cpp b/yt/cpp/mapreduce/interface/config.cpp
index 05161e145e..407c213226 100644
--- a/yt/cpp/mapreduce/interface/config.cpp
+++ b/yt/cpp/mapreduce/interface/config.cpp
@@ -199,7 +199,7 @@ void TConfig::Reset()
GlobalTxId = GetEnv("YT_TRANSACTION", "");
- UseAsyncTxPinger = true;
+ UseAsyncTxPinger = false;
AsyncHttpClientThreads = 1;
AsyncTxPingerPoolThreads = 1;