Sweep the temp node cache.

This commit is contained in:
JoelKatz
2012-10-31 16:01:59 -07:00
parent 9743b7cafa
commit a37c5d6314

View File

@@ -190,6 +190,7 @@ void Application::sweep()
mMasterTransaction.sweep();
mHashedObjectStore.sweep();
mMasterLedger.sweep();
mTempNodeCache.sweep();
mSweepTimer.expires_from_now(boost::posix_time::seconds(60));
mSweepTimer.async_wait(boost::bind(&Application::sweep, this));
}