diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-02-15 23:14:21 +0300 |
---|---|---|
committer | Innokentii Mokin <innokentii@ydb.tech> | 2024-02-16 18:35:22 +0000 |
commit | 37ee03836a3bcefdbf138fa5c3af028688adc471 (patch) | |
tree | 22b95410e068602d10bda2eab0065372e697345f /yt | |
parent | 84fd3fbde05b18ad1bc34743b7a8c618ab999356 (diff) | |
download | ydb-37ee03836a3bcefdbf138fa5c3af028688adc471.tar.gz |
Intermediate changes
Diffstat (limited to 'yt')
-rw-r--r-- | yt/cpp/mapreduce/interface/config.cpp | 2 |
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; |