mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Reduce JobQueue interface
This commit is contained in:
committed by
Nik Bougalis
parent
aa2ff00485
commit
1a238048d5
@@ -464,7 +464,7 @@ private:
|
||||
|
||||
void doWrite ()
|
||||
{
|
||||
auto event = app_.getJobQueue ().getLoadEventAP (jtDISK, "ValidationWrite");
|
||||
auto event = app_.getJobQueue ().makeLoadEvent (jtDISK, "ValidationWrite");
|
||||
|
||||
std::string insVal ("INSERT INTO Validations "
|
||||
"(InitialSeq, LedgerSeq, LedgerHash,NodePubKey,SignTime,RawData) "
|
||||
|
||||
Reference in New Issue
Block a user