mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 14:35:52 +00:00
Get rid of "full history". You can now configure how many back ledgers you want to retrieve
on startup. The default is 256. The configuration element is "ledger_history". Valid values are: 0/off/false/none = don't retrieve any history on/full/yes/-1 = retrieve all history back to the genesis ledger <number> = retrieve that number of past ledgers
This commit is contained in:
@@ -108,7 +108,7 @@ public:
|
||||
int FEE_CONTRACT_OPERATION; // fee for each contract operation
|
||||
|
||||
// Node storage configuration
|
||||
bool FULL_HISTORY;
|
||||
uint32 LEDGER_HISTORY;
|
||||
|
||||
// Client behavior
|
||||
int ACCOUNT_PROBE_MAX; // How far to scan for accounts.
|
||||
|
||||
Reference in New Issue
Block a user