mirror of
https://github.com/apache/lucene.git
synced 2025-02-21 01:18:45 +00:00
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:
parent
8854b2b627
commit
f9f787d141
@ -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 -->
|
||||
<!-- =========================================================== -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user