You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by ge...@apache.org on 2010/08/16 21:52:16 UTC

svn commit: r986117 - in /openwebbeans/trunk: webbeans-jsf/src/main/resources/META-INF/openwebbeans/openwebbeans-jsf.properties webbeans-jsf12/src/main/resources/META-INF/openwebbeans/openwebbeans-jsf.properties

Author: gerdogdu
Date: Mon Aug 16 19:52:16 2010
New Revision: 986117

URL: http://svn.apache.org/viewvc?rev=986117&view=rev
Log:
default conversation timeout to 30 mins

Modified:
    openwebbeans/trunk/webbeans-jsf/src/main/resources/META-INF/openwebbeans/openwebbeans-jsf.properties
    openwebbeans/trunk/webbeans-jsf12/src/main/resources/META-INF/openwebbeans/openwebbeans-jsf.properties

Modified: openwebbeans/trunk/webbeans-jsf/src/main/resources/META-INF/openwebbeans/openwebbeans-jsf.properties
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-jsf/src/main/resources/META-INF/openwebbeans/openwebbeans-jsf.properties?rev=986117&r1=986116&r2=986117&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-jsf/src/main/resources/META-INF/openwebbeans/openwebbeans-jsf.properties (original)
+++ openwebbeans/trunk/webbeans-jsf/src/main/resources/META-INF/openwebbeans/openwebbeans-jsf.properties Mon Aug 16 19:52:16 2010
@@ -23,8 +23,8 @@
 #---------------------------------------------------------------
 
 #################################### Conversation Context Removal Thread Delay##################
-#Converation contexts are removed when idle timeout > timeout. Default timeout is 3 mins.
-org.apache.webbeans.conversation.Conversation.periodicDelay=150000
+#Converation contexts are removed when idle timeout > timeout. Default timeout is 30 mins.
+org.apache.webbeans.conversation.Conversation.periodicDelay=1800000
 ################################################################################################
 
 ################################### Default Conversation Service ############################### 

Modified: openwebbeans/trunk/webbeans-jsf12/src/main/resources/META-INF/openwebbeans/openwebbeans-jsf.properties
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-jsf12/src/main/resources/META-INF/openwebbeans/openwebbeans-jsf.properties?rev=986117&r1=986116&r2=986117&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-jsf12/src/main/resources/META-INF/openwebbeans/openwebbeans-jsf.properties (original)
+++ openwebbeans/trunk/webbeans-jsf12/src/main/resources/META-INF/openwebbeans/openwebbeans-jsf.properties Mon Aug 16 19:52:16 2010
@@ -23,8 +23,8 @@
 #---------------------------------------------------------------
 
 #################################### Conversation Context Removal Thread Delay##################
-#Converation contexts are removed when idle timeout > timeout. Default timeout is 3 mins.
-org.apache.webbeans.conversation.Conversation.periodicDelay=150000
+#Converation contexts are removed when idle timeout > timeout. Default timeout is 30 mins.
+org.apache.webbeans.conversation.Conversation.periodicDelay=1800000
 ################################################################################################
 
 ################################### Default Conversation Service ###############################