[jboss-cvs] jboss-seam/examples/wiki/src/etc/WEB-INF ...

Christian Bauer christian at hibernate.org
Sun Apr 22 06:15:32 EDT 2007


  User: cbauer  
  Date: 07/04/22 06:15:32

  Modified:    examples/wiki/src/etc/WEB-INF  components.xml
  Log:
  Fixed atom feed updating/purging logic
  
  Revision  Changes    Path
  1.11      +2 -1      jboss-seam/examples/wiki/src/etc/WEB-INF/components.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/etc/WEB-INF/components.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- components.xml	21 Apr 2007 08:13:49 -0000	1.10
  +++ components.xml	22 Apr 2007 10:15:32 -0000	1.11
  @@ -26,8 +26,9 @@
   
       <core:init debug="false" jndi-pattern="@jndiPattern@"/>
   
  +    <!-- Conversation timeout: 2 hours -->
       <core:manager concurrent-request-timeout="500"
  -                  conversation-timeout="1200000"
  +                  conversation-timeout="7200000"
                     conversation-id-parameter="cid"
                     conversation-is-long-running-parameter="clr"/>
   
  
  
  



More information about the jboss-cvs-commits mailing list