mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add config "ledger_history_index" functionality (RIPD-559)
This commit is contained in:
committed by
Vinnie Falco
parent
94629edb9b
commit
8b848770dc
@@ -291,6 +291,7 @@ public:
|
||||
|
||||
// Node storage configuration
|
||||
std::uint32_t LEDGER_HISTORY;
|
||||
std::uint32_t LEDGER_HISTORY_INDEX;
|
||||
std::uint32_t FETCH_DEPTH;
|
||||
int NODE_SIZE;
|
||||
|
||||
@@ -310,7 +311,7 @@ public:
|
||||
public:
|
||||
Config ();
|
||||
|
||||
int getSize (SizedItemName);
|
||||
int getSize (SizedItemName) const;
|
||||
void setup (std::string const& strConf, bool bQuiet);
|
||||
void load ();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user