mirror of https://github.com/apache/lucene.git
disable remote streaming by default
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@501494 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
54bf86c7b8
commit
cb9efe43d0
|
@ -223,7 +223,7 @@
|
|||
</query>
|
||||
|
||||
<!--Make sure your system has some authentication before enabling remote streaming! -->
|
||||
<requestParsers enableRemoteStreaming="true" multipartUploadLimitInKB="2048" />
|
||||
<requestParsers enableRemoteStreaming="false" multipartUploadLimitInKB="2048" />
|
||||
|
||||
<!-- requestHandler plugins... incoming queries will be dispatched to the
|
||||
correct handler based on the qt (query type) param matching the
|
||||
|
|
Loading…
Reference in New Issue