tests: lower autowarm count

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/branches/newtrunk@925521 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2010-03-20 01:42:20 +00:00
parent 919ac598c4
commit 7f0db457f2
1 changed files with 2 additions and 2 deletions

View File

@ -171,13 +171,13 @@
class="solr.search.FastLRUCache"
size="512"
initialSize="512"
autowarmCount="256"/>
autowarmCount="2"/>
<queryResultCache
class="solr.search.LRUCache"
size="512"
initialSize="512"
autowarmCount="1024"/>
autowarmCount="2"/>
<documentCache
class="solr.search.LRUCache"