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>