mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-06 12:20:56 +01:00
increase jetty header buffer size for mercurial > 1.9
This commit is contained in:
@@ -334,6 +334,7 @@
|
||||
<connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
|
||||
<port>8081</port>
|
||||
<maxIdleTime>60000</maxIdleTime>
|
||||
<headerBufferSize>16384</headerBufferSize>
|
||||
</connector>
|
||||
</connectors>
|
||||
<contextPath>/scm</contextPath>
|
||||
|
||||
Reference in New Issue
Block a user