From e6bb8831c6a9552d0f93b3dcfd2a8bb09513d9ec Mon Sep 17 00:00:00 2001 From: Valentin Balaschenko <13349202+vlntb@users.noreply.github.com> Date: Mon, 4 Aug 2025 16:38:56 +0100 Subject: [PATCH] tagging thread in base --- 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..8e17fab910 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-base"); + int cacheRemovals = 0; int mapRemovals = 0; @@ -987,6 +990,8 @@ TaggedCache< std::lock_guard const&) { return std::thread([&, this]() { + beast::setCurrentThreadName("sweep-KeyOnlyCache-base"); + int cacheRemovals = 0; int mapRemovals = 0;