You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2015/03/31 01:19:32 UTC

svn commit: r1670213 - /manifoldcf/branches/CONNECTORS-1177/framework/api-service/src/main/webapp/WEB-INF/web.xml

Author: kwright
Date: Mon Mar 30 23:19:31 2015
New Revision: 1670213

URL: http://svn.apache.org/r1670213
Log:
Increase timeout

Modified:
    manifoldcf/branches/CONNECTORS-1177/framework/api-service/src/main/webapp/WEB-INF/web.xml

Modified: manifoldcf/branches/CONNECTORS-1177/framework/api-service/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1177/framework/api-service/src/main/webapp/WEB-INF/web.xml?rev=1670213&r1=1670212&r2=1670213&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1177/framework/api-service/src/main/webapp/WEB-INF/web.xml (original)
+++ manifoldcf/branches/CONNECTORS-1177/framework/api-service/src/main/webapp/WEB-INF/web.xml Mon Mar 30 23:19:31 2015
@@ -34,7 +34,7 @@
   </servlet-mapping>
 
   <session-config>
-    <session-timeout>5</session-timeout>
+    <session-timeout>30</session-timeout>
   </session-config>
 
   <listener>