diff options
| author | robot-piglet <[email protected]> | 2024-02-15 23:14:21 +0300 |
|---|---|---|
| committer | robot-piglet <[email protected]> | 2024-02-15 23:25:16 +0300 |
| commit | f4e19e5b0a03d7a634a8e0ba722009c8cfcc2585 (patch) | |
| tree | 002a9783663dc3ad6a6a43b6b864935f8bda6c4c /yt/cpp/mapreduce/interface | |
| parent | b21a6c12654a820fe89ef40f267c618a652c0a62 (diff) | |
Intermediate changes
Diffstat (limited to 'yt/cpp/mapreduce/interface')
| -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 05161e145ef..407c2132265 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; |
