From c40c144bd4e628aab1634f9b85f919c1d327fff5 Mon Sep 17 00:00:00 2001 From: Valentin Balaschenko <13349202+vlntb@users.noreply.github.com> Date: Tue, 5 Aug 2025 22:20:07 +0100 Subject: [PATCH] thread name --- include/xrpl/basics/TaggedCache.ipp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/xrpl/basics/TaggedCache.ipp b/include/xrpl/basics/TaggedCache.ipp index 8e17fab910..2ba6042d54 100644 --- a/include/xrpl/basics/TaggedCache.ipp +++ b/include/xrpl/basics/TaggedCache.ipp @@ -899,7 +899,7 @@ TaggedCache< std::lock_guard const&) { return std::thread([&, this]() { - beast::setCurrentThreadName("sweep-KeyValueCache-base"); + beast::setCurrentThreadName("sweep-KVCache"); int cacheRemovals = 0; int mapRemovals = 0; @@ -990,7 +990,7 @@ TaggedCache< std::lock_guard const&) { return std::thread([&, this]() { - beast::setCurrentThreadName("sweep-KeyOnlyCache-base"); + beast::setCurrentThreadName("sweep-KCache"); int cacheRemovals = 0; int mapRemovals = 0;