Skip to content

Commit db2734c

Browse files
authored
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.
1 parent bf4674f commit db2734c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xrpld/app/main/Main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ run(int argc, char** argv)
323323
{
324324
using namespace std;
325325

326-
beast::setCurrentThreadName("main");
326+
beast::setCurrentThreadName("xrpld-main");
327327

328328
po::variables_map vm;
329329

0 commit comments

Comments
 (0)