From 4330eed62d36659ffafa7aa630a69ef60dc00c13 Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Thu, 17 Nov 2011 15:12:13 +0000
Subject: [PATCH] maxIdlTime increased to 2 minutes, because I had still the
 problem with running ImageViewer from sprint server.

SVN: 23711
---
 openbis/dist/server/jetty.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/openbis/dist/server/jetty.xml b/openbis/dist/server/jetty.xml
index 71658136bfc..7292911ed91 100644
--- a/openbis/dist/server/jetty.xml
+++ b/openbis/dist/server/jetty.xml
@@ -16,7 +16,7 @@
           <!-- Use this connector to use SSL and run openBIS on 8443 port -->
           <New class="org.eclipse.jetty.server.ssl.SslSelectChannelConnector">
 	             <Set name="Port">8443</Set>
-	                 <Set name="maxIdleTime">60000</Set>
+	                 <Set name="maxIdleTime">120000</Set>
                    <Set name="Acceptors">2</Set>
                    <Set name="AcceptQueueSize">100</Set>
 	                 <Set name="Keystore">
@@ -29,7 +29,7 @@
           <!-- 
           <New class="org.eclipse.jetty.server.nio.SelectChannelConnector">
              <Set name="Port">8080</Set>
-             <Set name="maxIdleTime">60000</Set>
+             <Set name="maxIdleTime">120000</Set>
              <Set name="Acceptors">2</Set>
              <Set name="AcceptQueueSize">100</Set>
           </New>
-- 
GitLab