mirror of
https://github.com/Xahau/xahaud.git
synced 2026-04-29 15:37:46 +00:00
fix: Omit superfluous setCurrentThreadName call in GRPCServer.cpp (#5280)
This commit is contained in:
@@ -599,7 +599,6 @@ GRPCServer::start()
|
||||
if (running_ = impl_.start(); running_)
|
||||
{
|
||||
thread_ = std::thread([this]() {
|
||||
beast::setCurrentThreadName("rippled : GRPCServer");
|
||||
// Start the event loop and begin handling requests
|
||||
beast::setCurrentThreadName("rippled: grpc");
|
||||
this->impl_.handleRpcs();
|
||||
|
||||
Reference in New Issue
Block a user