Skip to content

Commit a3bbcb9

Browse files
authored
Don't set UseAsyncTxPinger = true explicitly (#9535)
1 parent 875acb1 commit a3bbcb9

File tree

1 file changed

+0
-1
lines changed
  • ydb/library/yql/providers/yt/lib/init_yt_api

1 file changed

+0
-1
lines changed

ydb/library/yql/providers/yt/lib/init_yt_api/init.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ class TInitYtApi {
3434
if (NYT::TConfig::Get()->Prefix.empty()) {
3535
NYT::TConfig::Get()->Prefix = "//";
3636
}
37-
NYT::TConfig::Get()->UseAsyncTxPinger = true;
3837
NYT::TConfig::Get()->AsyncHttpClientThreads = 2;
3938
NYT::TConfig::Get()->AsyncTxPingerPoolThreads = 2;
4039
YQL_CLOG(DEBUG, ProviderYt) << "Using YT global prefix: " << NYT::TConfig::Get()->Prefix;

0 commit comments

Comments
 (0)