diff options
| author | ermolovd <[email protected]> | 2024-10-04 10:49:56 +0300 |
|---|---|---|
| committer | ermolovd <[email protected]> | 2024-10-04 11:02:02 +0300 |
| commit | 19d4673382658aafc539ebfe03fe7e297a3aa261 (patch) | |
| tree | 96d0fa2f77947ec9f27000c440536ea4b974719c /yt/cpp/mapreduce/interface/config.cpp | |
| parent | 9ad2894d3a432775a19303a5e8b7a79092017963 (diff) | |
YT-22871: Disable option for switching to sync pinger
* Changelog entry
Type: feature
Component: cpp-mapreduce-sdk
Removed old style synchronous pinger
commit_hash:111d1bdf6f21cc2eff949224eea06c219af70051
Diffstat (limited to 'yt/cpp/mapreduce/interface/config.cpp')
| -rw-r--r-- | yt/cpp/mapreduce/interface/config.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/yt/cpp/mapreduce/interface/config.cpp b/yt/cpp/mapreduce/interface/config.cpp index 879bf795614..418868a7eba 100644 --- a/yt/cpp/mapreduce/interface/config.cpp +++ b/yt/cpp/mapreduce/interface/config.cpp @@ -200,7 +200,6 @@ void TConfig::Reset() GlobalTxId = GetEnv("YT_TRANSACTION", ""); - UseAsyncTxPinger = true; AsyncHttpClientThreads = 1; AsyncTxPingerPoolThreads = 1; |
