We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
UseAsyncTxPinger = true
1 parent 875acb1 commit a3bbcb9Copy full SHA for a3bbcb9
ydb/library/yql/providers/yt/lib/init_yt_api/init.cpp
@@ -34,7 +34,6 @@ class TInitYtApi {
34
if (NYT::TConfig::Get()->Prefix.empty()) {
35
NYT::TConfig::Get()->Prefix = "//";
36
}
37
- NYT::TConfig::Get()->UseAsyncTxPinger = true;
38
NYT::TConfig::Get()->AsyncHttpClientThreads = 2;
39
NYT::TConfig::Get()->AsyncTxPingerPoolThreads = 2;
40
YQL_CLOG(DEBUG, ProviderYt) << "Using YT global prefix: " << NYT::TConfig::Get()->Prefix;
0 commit comments