mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 01:07:57 +00:00
More reasonable.
This commit is contained in:
@@ -10,11 +10,11 @@
|
|||||||
#include "Application.h"
|
#include "Application.h"
|
||||||
|
|
||||||
#ifndef CACHED_LEDGER_NUM
|
#ifndef CACHED_LEDGER_NUM
|
||||||
#define CACHED_LEDGER_NUM 64
|
#define CACHED_LEDGER_NUM 96
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef CACHED_LEDGER_AGE
|
#ifndef CACHED_LEDGER_AGE
|
||||||
#define CACHED_LEDGER_AGE 60
|
#define CACHED_LEDGER_AGE 120
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// FIXME: Need to clean up ledgers by index at some point
|
// FIXME: Need to clean up ledgers by index at some point
|
||||||
|
|||||||
Reference in New Issue
Block a user