Author: stefan2
Date: Sat Mar 10 11:08:02 2012
New Revision: 1299181

URL: http://svn.apache.org/viewvc?rev=1299181&view=rev
Log:
On the revprop-cache branch: 

* subversion/libsvn_fs_fs/caching.c
  (read_config): disable revprop caching by default

Modified:
    subversion/branches/revprop-cache/subversion/libsvn_fs_fs/caching.c

Modified: subversion/branches/revprop-cache/subversion/libsvn_fs_fs/caching.c
URL: 
http://svn.apache.org/viewvc/subversion/branches/revprop-cache/subversion/libsvn_fs_fs/caching.c?rev=1299181&r1=1299180&r2=1299181&view=diff
==============================================================================
--- subversion/branches/revprop-cache/subversion/libsvn_fs_fs/caching.c 
(original)
+++ subversion/branches/revprop-cache/subversion/libsvn_fs_fs/caching.c Sat Mar 
10 11:08:02 2012
@@ -83,7 +83,7 @@ read_config(svn_memcache_t **memcache_p,
   *cache_revprops
     = svn_hash__get_bool(fs->config,
                          SVN_FS_CONFIG_FSFS_CACHE_REVPROPS,
-                         TRUE);
+                         FALSE);
 
   return svn_config_get_bool(ffd->config, fail_stop,
                              CONFIG_SECTION_CACHES, CONFIG_OPTION_FAIL_STOP,


Reply via email to