Skip to content

Commit 554248b

Browse files
authored
Remove enableRemoteStreaming from solrconfig
This is no longer a recommended or default configuration, and Solr actively discourages it.
1 parent 9ba4ae9 commit 554248b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/generators/blacklight/templates/solr/conf/solrconfig.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
<requestHandler name="/replication" class="solr.ReplicationHandler" startup="lazy" />
188188

189189
<requestDispatcher handleSelect="true" >
190-
<requestParsers enableRemoteStreaming="true" multipartUploadLimitInKB="2048" />
190+
<requestParsers multipartUploadLimitInKB="2048" />
191191
</requestDispatcher>
192192

193193
<requestHandler name="/analysis/field" startup="lazy" class="solr.FieldAnalysisRequestHandler" />

0 commit comments

Comments
 (0)