Skip to content

Commit

Permalink
add ydb patch
Browse files Browse the repository at this point in the history
  • Loading branch information
yegorskii committed Nov 19, 2024
1 parent ffe2e61 commit 699f29f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contrib/ydb/core/blobstorage/dsproxy/dsproxy_request.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ namespace NKikimr {
ActiveRequests.try_emplace(actorId);
}
}
<<<<<<< HEAD

=======
>>>>>>> add ydb patch
void TBlobStorageGroupProxy::CheckDeadlines() {
const TInstant now = TActivationContext::Now();
std::multimap<TInstant, TActorId>::iterator it;
Expand Down

0 comments on commit 699f29f

Please sign in to comment.