From 4697fed95b41f102dc39e77182acccc35f98b787 Mon Sep 17 00:00:00 2001 From: Valentin Balaschenko <13349202+vlntb@users.noreply.github.com> Date: Thu, 31 Jul 2025 13:41:17 +0100 Subject: [PATCH] base branch anotation - this is temp Signed-off-by: Valentin Balaschenko <13349202+vlntb@users.noreply.github.com> --- include/xrpl/basics/TaggedCache.ipp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/xrpl/basics/TaggedCache.ipp b/include/xrpl/basics/TaggedCache.ipp index 16a3f7587a..2b56b25838 100644 --- a/include/xrpl/basics/TaggedCache.ipp +++ b/include/xrpl/basics/TaggedCache.ipp @@ -22,6 +22,7 @@ #include #include +#include namespace ripple { @@ -898,6 +899,8 @@ TaggedCache< std::lock_guard const&) { return std::thread([&, this]() { + beast::setCurrentThreadName("sweep-KeyValueCache"); + int cacheRemovals = 0; int mapRemovals = 0; @@ -987,6 +990,8 @@ TaggedCache< std::lock_guard const&) { return std::thread([&, this]() { + beast::setCurrentThreadName("sweep-KeyOnlyCache"); + int cacheRemovals = 0; int mapRemovals = 0;