mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fullbelow cache improvements.
This commit is contained in:
@@ -125,7 +125,8 @@ public:
|
||||
|
||||
std::list<fetchPackEntry_t> getFetchPack(SHAMap* have, bool includeLeaves, int max);
|
||||
|
||||
static void sweep() { fullBelowCache.sweep(); }
|
||||
static int getFullBelowSize() { return fullBelowCache.getSize(); }
|
||||
static void sweep() { fullBelowCache.sweep(); }
|
||||
|
||||
private:
|
||||
static KeyCache <uint256, UptimeTimerAdapter> fullBelowCache;
|
||||
|
||||
Reference in New Issue
Block a user