mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-25 13:35:54 +00:00
Ledger acquire improvements and I/O reductions.
This commit is contained in:
@@ -2108,4 +2108,11 @@ int NetworkOPs::getFetchSize()
|
||||
return mFetchPack.getCacheSize();
|
||||
}
|
||||
|
||||
void NetworkOPs::gotFetchPack(bool progress)
|
||||
{
|
||||
mLastFetchPack = 0;
|
||||
theApp->getJobQueue().addJob(jtLEDGER_DATA, "gotFetchPack",
|
||||
boost::bind(&LedgerAcquireMaster::gotFetchPack, &theApp->getMasterLedgerAcquire(), _1));
|
||||
}
|
||||
|
||||
// vim:ts=4
|
||||
|
||||
Reference in New Issue
Block a user