Author: stefan2
Date: Sun Sep 25 10:10:27 2011
New Revision: 1175363
URL: http://svn.apache.org/viewvc?rev=1175363&view=rev
Log:
Follow-up to r1175362.
* site/publish/docs/release-notes/1.7.html
(Data caching): fix HTML formatting
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=1175363&r1=1175362&r2=1175363&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.7.html (original)
+++ subversion/site/publish/docs/release-notes/1.7.html Sun Sep 25 10:10:27 2011
@@ -1146,11 +1146,11 @@ server is a reasonable indication for a
<p><tt>svnserve</tt> introduces a new optional <tt>--memory-cache-size</tt>
/ <tt>-M</tt> command line parameter to override the default cache
-size.</p> Using <tt>--cache-fulltexts</tt> and <tt>--cache-txdeltas</tt>
+size. Using <tt>--cache-fulltexts</tt> and <tt>--cache-txdeltas</tt>
you may instruct the server what kind of data should be cached. The first
should always be enabled unless data is only read once as during a
<tt>svnrdump</tt> run. Text delta caching should be enabled unless
-your server memory is low.
+your server memory is low.</p>
<p>For <tt>mod_dav_svn</tt>, a 10 GB cache configuration with maximum
data coverage looks like this in <tt>http.conf</tt>