Fix a bug that can stall the acquire engine.

This commit is contained in:
JoelKatz
2013-01-28 01:13:39 -08:00
parent 8ec2d1d54d
commit 9a7ccf777e

View File

@@ -500,11 +500,11 @@ void LedgerMaster::tryPublish()
}
}
mTooFast = false;
if (!mPubLedgers.empty() && !mPubThread)
{
theApp->getOPs().clearNeedNetworkLedger();
mPubThread = true;
mTooFast = false;
theApp->getJobQueue().addJob(jtPUBLEDGER, boost::bind(&LedgerMaster::pubThread, this));
}
}