Don't let the acquire engine stall.

This commit is contained in:
JoelKatz
2013-01-11 17:18:28 -08:00
parent f2d811851a
commit 35721a73e2

View File

@@ -502,6 +502,7 @@ void LedgerMaster::tryPublish()
{
theApp->getOPs().clearNeedNetworkLedger();
mPubThread = true;
mTooFast = false;
theApp->getJobQueue().addJob(jtPUBLEDGER, boost::bind(&LedgerMaster::pubThread, this));
}
}