base branch anotation - this is temp

Signed-off-by: Valentin Balaschenko <13349202+vlntb@users.noreply.github.com>
This commit is contained in:
Valentin Balaschenko
2025-07-31 13:41:17 +01:00
parent baf4b8381f
commit 4697fed95b

View File

@@ -22,6 +22,7 @@
#include <xrpl/basics/IntrusivePointer.ipp>
#include <xrpl/basics/TaggedCache.h>
#include <xrpl/beast/core/CurrentThreadName.h>
namespace ripple {
@@ -898,6 +899,8 @@ TaggedCache<
std::lock_guard<std::recursive_mutex> const&)
{
return std::thread([&, this]() {
beast::setCurrentThreadName("sweep-KeyValueCache");
int cacheRemovals = 0;
int mapRemovals = 0;
@@ -987,6 +990,8 @@ TaggedCache<
std::lock_guard<std::recursive_mutex> const&)
{
return std::thread([&, this]() {
beast::setCurrentThreadName("sweep-KeyOnlyCache");
int cacheRemovals = 0;
int mapRemovals = 0;