refactor: Change main thread name to xrpld-main (#6336)

This change builds on the thread-renaming PR (#6212), by renaming the main thread name to reduce ambiguity in performance monitoring tools.
This commit is contained in:
Valentin Balaschenko
2026-02-06 21:33:42 +00:00
committed by GitHub
parent bf4674f42b
commit db2734cbc9

View File

@@ -323,7 +323,7 @@ run(int argc, char** argv)
{
using namespace std;
beast::setCurrentThreadName("main");
beast::setCurrentThreadName("xrpld-main");
po::variables_map vm;