mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-22 14:50:54 +00:00
Move some operations from the I/O queue to the Job queue
This commit is contained in:
@@ -740,8 +740,7 @@ void NetworkOPsImp::submitTransaction (Job&, SerializedTransaction::pointer iTra
|
||||
}
|
||||
}
|
||||
|
||||
// FIXME: Should submit to job queue
|
||||
getApp().getIOService ().post (boost::bind (&NetworkOPsImp::processTransaction, this,
|
||||
getApp().getJobQueue().addJob (jtTRANSACTION, "submitTxn", boost::bind (&NetworkOPsImp::processTransaction, this,
|
||||
boost::make_shared<Transaction> (trans, false), false, false, callback));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user