[jboss-cvs] JBossCache/src/org/jboss/cache/config ...

Brian Stansberry brian.stansberry at jboss.com
Wed May 30 18:14:09 EDT 2007


  User: bstansberry
  Date: 07/05/30 18:14:09

  Modified:    src/org/jboss/cache/config  Configuration.java
  Log:
  Make initialStateRetrievalTimeout @Dynamic
  
  Revision  Changes    Path
  1.47      +1 -0      JBossCache/src/org/jboss/cache/config/Configuration.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Configuration.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/config/Configuration.java,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -b -r1.46 -r1.47
  --- Configuration.java	23 May 2007 03:08:46 -0000	1.46
  +++ Configuration.java	30 May 2007 22:14:09 -0000	1.47
  @@ -122,6 +122,7 @@
      private long syncReplTimeout = 15000;
      private CacheMode cacheMode = CacheMode.LOCAL;
      private boolean inactiveOnStartup = false;
  +   @Dynamic
      private long initialStateRetrievalTimeout = 10000;
      private IsolationLevel isolationLevel = IsolationLevel.REPEATABLE_READ;
      @Dynamic
  
  
  



More information about the jboss-cvs-commits mailing list