mirror of https://github.com/apache/lucene.git
SOLR-9623: Fix test errors related to some test expecting streaming to be enabled
This commit is contained in:
parent
63a4005282
commit
a4f27bbfbb
|
@ -461,7 +461,7 @@
|
|||
</searchComponent>
|
||||
|
||||
<requestDispatcher handleSelect="true" >
|
||||
<requestParsers enableRemoteStreaming="false" multipartUploadLimitInKB="-1" />
|
||||
<requestParsers enableRemoteStreaming="true" multipartUploadLimitInKB="-1" />
|
||||
<httpCaching lastModifiedFrom="openTime" etagSeed="Solr" never304="false">
|
||||
<cacheControl>max-age=30, public</cacheControl>
|
||||
</httpCaching>
|
||||
|
|
Loading…
Reference in New Issue