mirror of https://github.com/apache/lucene.git
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:
parent
919ac598c4
commit
7f0db457f2
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue