Speed up ledger acquiring.

This commit is contained in:
JoelKatz
2013-05-16 23:32:50 -07:00
parent fb7e01da41
commit 588ef7df86
5 changed files with 18 additions and 9 deletions

View File

@@ -2121,7 +2121,7 @@ void NetworkOPs::gotFetchPack(bool progress, uint32 seq)
mLastFetchPack = 0;
mFetchSeq = seq; // earliest pack we have data on
theApp->getJobQueue().addJob(jtLEDGER_DATA, "gotFetchPack",
boost::bind(&LedgerAcquireMaster::gotFetchPack, &theApp->getMasterLedgerAcquire(), _1));
BIND_TYPE(&LedgerAcquireMaster::gotFetchPack, &theApp->getMasterLedgerAcquire(), P_1));
}
void NetworkOPs::missingNodeInLedger(uint32 seq)