Tweak the sqlite cache sizing.

This commit is contained in:
JoelKatz
2013-03-20 01:13:07 -07:00
parent ce1e1a5bca
commit 9fbbee318d
3 changed files with 3 additions and 3 deletions

View File

@@ -176,7 +176,7 @@ void Application::setup()
mLedgerMaster.setMinValidations(theConfig.VALIDATION_QUORUM);
theApp->getHashNodeDB()->getDB()->executeSQL(boost::str(boost::format("PRAGMA cache_size=-%d;") %
(theConfig.getSize(siDBCache) * 1024)));
(theConfig.getSize(siHashNodeDBCache) * 1024)));
//
// Allow peer connections.