This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new 45a5bca  [OPENMEETINGS-1907] code clean-up
45a5bca is described below

commit 45a5bca8b3c29583de80ee3b8473935124f9b638
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"

Reply via email to