increase the default cache size

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@492995 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Davies 2007-01-05 11:49:09 +00:00
parent d2bff5d8ed
commit aebb18cc57
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ public class KahaPersistenceAdapter implements PersistenceAdapter{
ConcurrentHashMap<ActiveMQDestination, MessageStore> messageStores=new ConcurrentHashMap<ActiveMQDestination, MessageStore>();
protected OpenWireFormat wireFormat=new OpenWireFormat();
private long maxDataFileLength=32*1024*1024;
protected int maximumDestinationCacheSize=2000;
protected int maximumDestinationCacheSize=10000;
private String indexType=IndexTypes.DISK_INDEX;
private File dir;
private Store theStore;