Skip to content

Commit

Permalink
Remove total timeout to be 15 min default (#3675)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrLolthe1st authored Apr 11, 2024
1 parent 7dfc51a commit dccc8c7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ NYT::NYPath::TRichYPath ConvertYPathFromOld(const NYT::TRichYPath& richYPath) {
std::unique_ptr<TSettingsHolder> CreateInputStreams(bool isArrow, const TString& token, const TString& clusterName, const ui64 timeout, bool unordered, const TVector<std::pair<NYT::TRichYPath, NYT::TFormat>>& tables, NYT::TNode samplingSpec) {
auto connectionConfig = NYT::New<NYT::NApi::NRpcProxy::TConnectionConfig>();
connectionConfig->ClusterUrl = clusterName;
connectionConfig->DefaultTotalStreamingTimeout = TDuration::MilliSeconds(timeout);
connectionConfig->EnableRetries = true;
connectionConfig->DefaultPingPeriod = TDuration::MilliSeconds(5000);

Expand Down

0 comments on commit dccc8c7

Please sign in to comment.