Clean up old acquires.

This commit is contained in:
JoelKatz
2013-01-07 08:57:20 -08:00
parent e9fad1a431
commit 6624e31d5a
3 changed files with 17 additions and 0 deletions

View File

@@ -275,6 +275,7 @@ void Application::sweep()
mLedgerMaster.sweep();
mTempNodeCache.sweep();
mValidations.sweep();
getMasterLedgerAcquire().sweep();
mSweepTimer.expires_from_now(boost::posix_time::seconds(60));
mSweepTimer.async_wait(boost::bind(&Application::sweep, this));
}