mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 22:45:52 +00:00
Cosmetic.
This commit is contained in:
@@ -91,7 +91,7 @@ void RPCSub::send(const Json::Value& jvObj)
|
|||||||
|
|
||||||
if (RPC_EVENT_QUEUE_MAX == mDeque.size())
|
if (RPC_EVENT_QUEUE_MAX == mDeque.size())
|
||||||
{
|
{
|
||||||
// Drop the previous event.
|
// Drop the previous event.
|
||||||
cLog(lsWARNING) << boost::str(boost::format("callRPC drop"));
|
cLog(lsWARNING) << boost::str(boost::format("callRPC drop"));
|
||||||
mDeque.pop_back();
|
mDeque.pop_back();
|
||||||
}
|
}
|
||||||
@@ -109,3 +109,5 @@ void RPCSub::send(const Json::Value& jvObj)
|
|||||||
boost::thread(boost::bind(&RPCSub::sendThread, this)).detach();
|
boost::thread(boost::bind(&RPCSub::sendThread, this)).detach();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// vim:ts=4
|
||||||
|
|||||||
Reference in New Issue
Block a user