Author: kwright
Date: Wed Jan 14 00:00:35 2015
New Revision: 1651539
URL: http://svn.apache.org/r1651539
Log:
Fix for CONNECTORS-1141.
Modified:
manifoldcf/trunk/CHANGES.txt
manifoldcf/trunk/framework/combined-service/src/main/webapp/WEB-INF/web.xml
Modified: manifoldcf/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/CHANGES.txt?rev=1651539&r1=1651538&r2=1651539&view=diff
==============================================================================
--- manifoldcf/trunk/CHANGES.txt (original)
+++ manifoldcf/trunk/CHANGES.txt Wed Jan 14 00:00:35 2015
@@ -3,6 +3,10 @@ $Id$
======================= 2.1-dev =====================
+CONNECTORS-1141: Increase session timeout for combined UI to
+30 minutes.
+(Karl Wright)
+
CONNECTORS-1122: Don't reprioritize documents on job start/resume.
For jobs which share bins with other jobs, this may mean that no
documents will be processed until the entire current queue of the
Modified:
manifoldcf/trunk/framework/combined-service/src/main/webapp/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/framework/combined-service/src/main/webapp/WEB-INF/web.xml?rev=1651539&r1=1651538&r2=1651539&view=diff
==============================================================================
--- manifoldcf/trunk/framework/combined-service/src/main/webapp/WEB-INF/web.xml
(original)
+++ manifoldcf/trunk/framework/combined-service/src/main/webapp/WEB-INF/web.xml
Wed Jan 14 00:00:35 2015
@@ -45,7 +45,7 @@
</servlet-mapping>
<session-config>
- <session-timeout>5</session-timeout>
+ <session-timeout>30</session-timeout>
</session-config>
<listener>