mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Use JobQueue to process RPC-JSON asynchronously
This commit is contained in:
@@ -12,7 +12,6 @@ Session::Session ()
|
||||
, tag (nullptr)
|
||||
{
|
||||
content.reserve (1000);
|
||||
reply.reserve (1000);
|
||||
}
|
||||
|
||||
ScopedStream Session::operator<< (
|
||||
|
||||
Reference in New Issue
Block a user