mirror of https://github.com/apache/lucene.git
SOLR-9710: fix test bug
This commit is contained in:
parent
9eb806a233
commit
be772dbd48
|
@ -29,11 +29,11 @@
|
|||
<writeLockTimeout>1000</writeLockTimeout>
|
||||
<commitLockTimeout>10000</commitLockTimeout>
|
||||
<lockType>${solr.tests.lockType:single}</lockType>
|
||||
</indexConfig>
|
||||
<query>
|
||||
<useColdSearcher>false</useColdSearcher>
|
||||
<maxWarmingSearchers>1</maxWarmingSearchers>
|
||||
</query>
|
||||
</indexConfig>
|
||||
<requestHandler name="standard"
|
||||
class="solr.StandardRequestHandler"></requestHandler>
|
||||
|
||||
|
|
Loading…
Reference in New Issue