Fullbelow cache improvements.

This commit is contained in:
JoelKatz
2013-06-10 21:53:50 -07:00
parent 5e0a1b23b5
commit 1bfaf652fc
3 changed files with 5 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
static const uint256 uZero;
KeyCache <uint256, UptimeTimerAdapter> SHAMap::fullBelowCache("fullBelowCache", 65536, 240);
KeyCache <uint256, UptimeTimerAdapter> SHAMap::fullBelowCache("fullBelowCache", 524288, 240);
void SHAMap::getMissingNodes(std::vector<SHAMapNode>& nodeIDs, std::vector<uint256>& hashes, int max,
SHAMapSyncFilter* filter)