Bump up the size of the ALCache.

This commit is contained in:
JoelKatz
2013-05-23 20:19:05 -07:00
parent 3d4d6068ab
commit e958a04abe

View File

@@ -2,7 +2,7 @@
#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)
{