You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2013/11/30 17:31:07 UTC

svn commit: r1546741 - /subversion/trunk/subversion/libsvn_fs_x/fs_x.c

Author: danielsh
Date: Sat Nov 30 16:31:07 2013
New Revision: 1546741

URL: http://svn.apache.org/r1546741
Log:
* subversion/libsvn_fs_x/fs_x.c
  (SVN_FS_X_DEFAULT_MAX_FILES_PER_DIR):
    Revert accidental change added in r1546739.

Modified:
    subversion/trunk/subversion/libsvn_fs_x/fs_x.c

Modified: subversion/trunk/subversion/libsvn_fs_x/fs_x.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_x/fs_x.c?rev=1546741&r1=1546740&r2=1546741&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_x/fs_x.c (original)
+++ subversion/trunk/subversion/libsvn_fs_x/fs_x.c Sat Nov 30 16:31:07 2013
@@ -52,7 +52,7 @@
    figure of 1000 is reasonable for VFAT filesystems, which are by far
    the worst performers in this area. */
 #ifndef SVN_FS_X_DEFAULT_MAX_FILES_PER_DIR
-#define SVN_FS_X_DEFAULT_MAX_FILES_PER_DIR 4
+#define SVN_FS_X_DEFAULT_MAX_FILES_PER_DIR 1000
 #endif
 
 /* Begin deltification after a node history exceeded this this limit.