mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
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:
committed by
GitHub
parent
bf4674f42b
commit
db2734cbc9
@@ -323,7 +323,7 @@ run(int argc, char** argv)
|
||||
{
|
||||
using namespace std;
|
||||
|
||||
beast::setCurrentThreadName("main");
|
||||
beast::setCurrentThreadName("xrpld-main");
|
||||
|
||||
po::variables_map vm;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user