mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 22:45:52 +00:00
Fix NodeStore import
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user