SOLR-644: increase jetty POST size

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@678638 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2008-07-22 04:42:13 +00:00
parent 8854b2b627
commit f9f787d141

View File

@ -12,6 +12,12 @@
<Configure id="Server" class="org.mortbay.jetty.Server">
<!-- Increase the maximum POST size to 1 MB to be able to handle large shard requests -->
<Call class="java.lang.System" name="setProperty">
<Arg>org.mortbay.jetty.Request.maxFormContentSize</Arg>
<Arg>1000000</Arg>
</Call>
<!-- =========================================================== -->
<!-- Server Thread Pool -->
<!-- =========================================================== -->