mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 22:45:52 +00:00
Pass the config parameters to the node DB constructor
This commit is contained in:
@@ -45,7 +45,10 @@ public:
|
|||||||
, mNetOps (&mLedgerMaster)
|
, mNetOps (&mLedgerMaster)
|
||||||
, m_rpcServerHandler (mNetOps)
|
, m_rpcServerHandler (mNetOps)
|
||||||
, mTempNodeCache ("NodeCache", 16384, 90)
|
, mTempNodeCache ("NodeCache", 16384, 90)
|
||||||
, m_nodeStore ("type=LevelDB|path=/mnt/stuff|compact=1", "", 16384, 300)
|
, m_nodeStore (
|
||||||
|
theConfig.NODE_DB,
|
||||||
|
theConfig.FASTNODE_DB,
|
||||||
|
16384, 300)
|
||||||
, mSLECache ("LedgerEntryCache", 4096, 120)
|
, mSLECache ("LedgerEntryCache", 4096, 120)
|
||||||
, mSNTPClient (mAuxService)
|
, mSNTPClient (mAuxService)
|
||||||
, mJobQueue (mIOService)
|
, mJobQueue (mIOService)
|
||||||
|
|||||||
Reference in New Issue
Block a user