"Advance" thread to publish ledgers and fetch history.

This commit is contained in:
JoelKatz
2013-08-11 13:44:04 -07:00
parent e8cfd1f586
commit a67f4fe9ba
7 changed files with 160 additions and 338 deletions

View File

@@ -261,6 +261,8 @@ void InboundLedgers::gotFetchPack (Job&)
{
acquire->checkLocal ();
}
getApp().getLedgerMaster().tryAdvance();
}
void InboundLedgers::clearFailures ()