This is an automated email from the ASF dual-hosted git repository.
solomax pushed a commit to branch 4.0.x
in repository https://gitbox.apache.org/repos/asf/openmeetings.git
The following commit(s) were added to refs/heads/4.0.x by this push:
new 2c1ac4a [OPENMEETINGS-1907] code clean-up
2c1ac4a is described below
commit 2c1ac4aff7c226c25ef093e68d8d23531913abad
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Mon Jul 23 20:55:18 2018 +0700
[OPENMEETINGS-1907] code clean-up
---
openmeetings-web/src/main/webapp/WEB-INF/classes/applicationContext.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/openmeetings-web/src/main/webapp/WEB-INF/classes/applicationContext.xml
b/openmeetings-web/src/main/webapp/WEB-INF/classes/applicationContext.xml
index 87cd338..282a4c2 100644
--- a/openmeetings-web/src/main/webapp/WEB-INF/classes/applicationContext.xml
+++ b/openmeetings-web/src/main/webapp/WEB-INF/classes/applicationContext.xml
@@ -50,7 +50,7 @@
604800000 == 7 days
-->
<bean id="cleanupJob"
class="org.apache.openmeetings.service.quartz.scheduler.CleanupJob"
- p:sessionTimeout="1800000" p:testSetupTimeout="3600000"
p:roomFilesTtl="3600000" p:resetHashTtl="86400000"
+ p:sessionTimeout="1800000" p:testSetupTimeout="3600000"
p:resetHashTtl="86400000"
p:confLogTtl="604800000" />
<!-- sessions clean-up -->
<bean id="cleanSessionsJobDetails"
class="org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean"