You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by lu...@apache.org on 2005/03/01 16:39:11 UTC

cvs commit: jakarta-slide/src/share/org/apache/slide/store ExtendedStore.java

luetzkendorf    2005/03/01 07:39:11

  Modified:    src/share/org/apache/slide/store ExtendedStore.java
  Log:
  set DEFAULT_GLOBAL_LOCK_CACHE_SIZE to 10000 as the other caches
  
  Revision  Changes    Path
  1.32      +5 -5      jakarta-slide/src/share/org/apache/slide/store/ExtendedStore.java
  
  Index: ExtendedStore.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/store/ExtendedStore.java,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- ExtendedStore.java	28 Feb 2005 17:25:43 -0000	1.31
  +++ ExtendedStore.java	1 Mar 2005 15:39:10 -0000	1.32
  @@ -75,7 +75,7 @@
       protected static final int DEFAULT_GLOBAL_PERMISSION_CACHE_SIZE = 10000;
       protected static final String GLOBAL_PERMISSION_CACHE_SIZE_PARAMETER = "permission-cache-size";
   
  -    protected static final int DEFAULT_GLOBAL_LOCK_CACHE_SIZE = 100;
  +    protected static final int DEFAULT_GLOBAL_LOCK_CACHE_SIZE = 10000;
       protected static final String GLOBAL_LOCK_CACHE_SIZE_PARAMETER = "lock-cache-size";
   
       protected static final int DEFAULT_GLOBAL_DESCRIPTORS_CACHE_SIZE = 10000;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org