Add config "ledger_history_index" functionality (RIPD-559)

This commit is contained in:
Miguel Portilla
2015-01-07 18:19:55 -05:00
committed by Vinnie Falco
parent 94629edb9b
commit 8b848770dc
8 changed files with 56 additions and 29 deletions

View File

@@ -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 ();
};