Fix NodeStore import

This commit is contained in:
Vinnie Falco
2013-07-10 13:30:54 -07:00
parent 7d2cc6887d
commit 77288cc897
3 changed files with 88 additions and 63 deletions

View File

@@ -45,7 +45,7 @@ public:
, mNetOps (&mLedgerMaster)
, m_rpcServerHandler (mNetOps)
, mTempNodeCache ("NodeCache", 16384, 90)
, m_nodeStore ("type=LevelDB|path=/mnt/stuff|compact=1", 16384, 300)
, m_nodeStore ("type=LevelDB|path=/mnt/stuff|compact=1", "", 16384, 300)
, mSLECache ("LedgerEntryCache", 4096, 120)
, mSNTPClient (mAuxService)
, mJobQueue (mIOService)