Author: jawi
Date: Thu Jan 28 10:38:25 2016
New Revision: 1727302
URL: http://svn.apache.org/viewvc?rev=1727302&view=rev
Log:
ACE-528 - temporary confiugre the session timeout in ms:
- due to FELIX-5175, session timeouts are interpreted in milliseconds instead
of seconds. As Felix HTTP does the session eviction for us, we can -for now-
circumvent this issue by configuring the session timeout in milliseconds.
Modified:
ace/trunk/run-client/conf/org.apache.ace.webui.vaadin.cfg
ace/trunk/run-server-allinone/conf/org.apache.ace.webui.vaadin.cfg
Modified: ace/trunk/run-client/conf/org.apache.ace.webui.vaadin.cfg
URL:
http://svn.apache.org/viewvc/ace/trunk/run-client/conf/org.apache.ace.webui.vaadin.cfg?rev=1727302&r1=1727301&r2=1727302&view=diff
==============================================================================
--- ace/trunk/run-client/conf/org.apache.ace.webui.vaadin.cfg (original)
+++ ace/trunk/run-client/conf/org.apache.ace.webui.vaadin.cfg Thu Jan 28
10:38:25 2016
@@ -11,8 +11,8 @@ ace.host = http://${org.apache.ace.serve
# OBR settings
obr.url = http://${org.apache.ace.obr}/obr/
obr.xml = repository.xml
-# Session timeout
-session.timeout = 300
+# Session timeout; due to ACE-528 this is now set in ms!
+session.timeout = 300000
# Tuning of the artifacts column
artifacts.cache.rate = 3
artifacts.page.length = 50
Modified: ace/trunk/run-server-allinone/conf/org.apache.ace.webui.vaadin.cfg
URL:
http://svn.apache.org/viewvc/ace/trunk/run-server-allinone/conf/org.apache.ace.webui.vaadin.cfg?rev=1727302&r1=1727301&r2=1727302&view=diff
==============================================================================
--- ace/trunk/run-server-allinone/conf/org.apache.ace.webui.vaadin.cfg
(original)
+++ ace/trunk/run-server-allinone/conf/org.apache.ace.webui.vaadin.cfg Thu Jan
28 10:38:25 2016
@@ -12,8 +12,8 @@ ace.host = http://${org.apache.ace.serve
# OBR settings
obr.url = http://${org.apache.ace.obr}/obr/
obr.xml = repository.xml
-# Session timeout
-session.timeout = 300
+# Session timeout; due to ACE-528 this is now set in ms!
+session.timeout = 300000
# Tuning of the artifacts column
artifacts.cache.rate = 0.1
artifacts.page.length = 50