diff options
author | Olivier Lamy <olamy@apache.org> | 2011-10-27 18:10:24 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2011-10-27 18:10:24 +0000 |
commit | 58991fda0dff4248dafa7af9ffa7197f3916f213 (patch) | |
tree | 0ced1202d5bb87208281a6de73ceb27e81b1a01f /archiva-jetty/src/main | |
parent | e624d21c43d266c097123f89d8d82c181640f6c3 (diff) | |
download | archiva-58991fda0dff4248dafa7af9ffa7197f3916f213.tar.gz archiva-58991fda0dff4248dafa7af9ffa7197f3916f213.zip |
[MRM-1539] Upgrade to Jetty: fix webdav test
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1189905 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-jetty/src/main')
-rw-r--r-- | archiva-jetty/src/main/conf/jetty.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archiva-jetty/src/main/conf/jetty.xml b/archiva-jetty/src/main/conf/jetty.xml index 6eff16d79..92e45b07a 100644 --- a/archiva-jetty/src/main/conf/jetty.xml +++ b/archiva-jetty/src/main/conf/jetty.xml @@ -68,8 +68,8 @@ <Set name="Acceptors">2</Set> <Set name="statsOn">false</Set> <Set name="confidentialPort">8443</Set> - <Set name="lowResourcesConnections">5000</Set> - <Set name="lowResourcesMaxIdleTime">5000</Set> + <Set name="lowResourcesConnections">5000</Set> + <Set name="lowResourcesMaxIdleTime">5000</Set> </New> </Arg> </Call> |