mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Bump up the size of the ALCache.
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
#include <boost/foreach.hpp>
|
#include <boost/foreach.hpp>
|
||||||
|
|
||||||
TaggedCache<uint256, AcceptedLedger> AcceptedLedger::ALCache("AcceptedLedger", 4, 60);
|
TaggedCache<uint256, AcceptedLedger> AcceptedLedger::ALCache("AcceptedLedger", 8, 120);
|
||||||
|
|
||||||
ALTransaction::ALTransaction(uint32 seq, SerializerIterator& sit)
|
ALTransaction::ALTransaction(uint32 seq, SerializerIterator& sit)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user