You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2011/02/06 19:11:42 UTC

svn commit: r1067717 - /subversion/trunk/subversion/mod_dav_svn/mod_dav_svn.c

Author: stefan2
Date: Sun Feb  6 18:11:42 2011
New Revision: 1067717

URL: http://svn.apache.org/viewvc?rev=1067717&view=rev
Log:
Follow-up to r1067678: make Apache module parameter description
match the actual defaults.

* subversion/mod_dav_svn/mod_dav_svn.c
  (cmds): update parameter description

Modified:
    subversion/trunk/subversion/mod_dav_svn/mod_dav_svn.c

Modified: subversion/trunk/subversion/mod_dav_svn/mod_dav_svn.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/mod_dav_svn/mod_dav_svn.c?rev=1067717&r1=1067716&r2=1067717&view=diff
==============================================================================
--- subversion/trunk/subversion/mod_dav_svn/mod_dav_svn.c (original)
+++ subversion/trunk/subversion/mod_dav_svn/mod_dav_svn.c Sun Feb  6 18:11:42 2011
@@ -880,10 +880,10 @@ static const command_rec cmds[] =
 
   /* per server */
   AP_INIT_TAKE1("SVNInMemoryCacheSize", SVNInMemoryCacheSize_cmd, NULL,
-               RSRC_CONF,
-               "specify the maximum size im MB per process of Subversion's "
-               "in-memory object cache (default values is 128 if threading "
-               "is supported, 16 if not; 0 deactivates the cache)."),
+                RSRC_CONF,
+                "specify the maximum size im MB per process of Subversion's "
+                "in-memory object cache (default value is 16; 0 deactivates "
+                "the cache)."),
 
   { NULL }
 };