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:
Yonik Seeley 2007-01-30 17:58:56 +00:00
parent 54bf86c7b8
commit cb9efe43d0
1 changed files with 1 additions and 1 deletions

View File

@ -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