diff options
| author | robot-piglet <[email protected]> | 2024-02-12 17:15:09 +0300 |
|---|---|---|
| committer | robot-piglet <[email protected]> | 2024-02-12 17:26:44 +0300 |
| commit | 3dc1292b97748d01bbf0d9dbdca55f2a2c205274 (patch) | |
| tree | b3ee95c40949a5d76a0974b589360a629f4297bb /yt/cpp/mapreduce/interface/config.cpp | |
| parent | 200ee9c9b38ecc749e02b7d116e60057d42d7758 (diff) | |
Intermediate changes
Diffstat (limited to 'yt/cpp/mapreduce/interface/config.cpp')
| -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 407c2132265..05161e145ef 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 = false; + UseAsyncTxPinger = true; AsyncHttpClientThreads = 1; AsyncTxPingerPoolThreads = 1; |
