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/05/18 14:04:25 UTC

svn commit: r1124210 - /subversion/site/publish/docs/release-notes/1.7.html

Author: stefan2
Date: Wed May 18 12:04:25 2011
New Revision: 1124210

URL: http://svn.apache.org/viewvc?rev=1124210&view=rev
Log:
Follow-up to r1124207: update the release notes

* site/publish/docs/release-notes/1.7.html
  (server-performance-tuning): update example

Modified:
    subversion/site/publish/docs/release-notes/1.7.html

Modified: subversion/site/publish/docs/release-notes/1.7.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.7.html?rev=1124210&r1=1124209&r2=1124210&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.7.html (original)
+++ subversion/site/publish/docs/release-notes/1.7.html Wed May 18 12:04:25 2011
@@ -950,7 +950,7 @@ size. For <code>mod_dav_svn</code>, a 10
 
 <pre>
 &lt;IfModule mod_svn_module&gt;
-    SVNInMemoryCacheSize 10240
+    SVNInMemoryCacheSize 10485760
 &lt;/IfModule&gt;
 </pre>