Skip to content

Commit

Permalink
Update ydb/public/sdk/cpp/client/impl/ydb_internal/kqp_session_common…
Browse files Browse the repository at this point in the history
…/kqp_session_common.h

Co-authored-by: Bulat <bylatgr@gmail.com>
  • Loading branch information
dcherednik and Gazizonoki authored Jan 15, 2025
1 parent f76d8ef commit f4fbcba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class TKqpSessionCommon : public TEndpointObj {

EState State_;
// This time is used during async close session handling which does not lock the session
// so we need to be able ro read this value atomicaly
// so we need to be able to read this value atomicaly
std::atomic<TInstant> TimeToTouch_;
TInstant TimeInPast_;
// Is used to implement progressive timeout for settler keep alive call
Expand Down

0 comments on commit f4fbcba

Please sign in to comment.