Skip to content

Commit 5e8c808

Browse files
authored
Remove enableRemoteStreaming from solrconfig (#3791)
This is no longer a recommended or default configuration, and Solr actively discourages it.
1 parent 66e9b2a commit 5e8c808

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)