Repository: trafficserver
Updated Branches:
  refs/heads/master 90eefb3cd -> 2c426f8ad


Fix documentation of default proxy.config.cache.hit_evacuate_percent


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/2c426f8a
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/2c426f8a
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/2c426f8a

Branch: refs/heads/master
Commit: 2c426f8ad0b735f403d4b7ab5cfae27ee2dfe409
Parents: 90eefb3
Author: Miles Libbey <mlib...@apache.org>
Authored: Wed Feb 26 15:25:31 2014 -0800
Committer: Miles Libbey <mlib...@apache.org>
Committed: Wed Feb 26 15:25:31 2014 -0800

----------------------------------------------------------------------
 doc/reference/configuration/records.config.en.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/2c426f8a/doc/reference/configuration/records.config.en.rst
----------------------------------------------------------------------
diff --git a/doc/reference/configuration/records.config.en.rst 
b/doc/reference/configuration/records.config.en.rst
index b0e7798..13e5ee4 100644
--- a/doc/reference/configuration/records.config.en.rst
+++ b/doc/reference/configuration/records.config.en.rst
@@ -1210,7 +1210,7 @@ Cache Control
 
    When enabled (``1``), Traffic Server will keep certain HTTP objects in the 
cache for a certain time as specified in cache.config.
 
-.. ts:cv:: CONFIG proxy.config.cache.hit_evacuate_percent INT 10
+.. ts:cv:: CONFIG proxy.config.cache.hit_evacuate_percent INT 0
 
    The size of the region (as a percentage of the total content storage in a 
:term:`cache stripe`) in front of the
    :term:`write cursor` that constitutes a recent access hit for evacutating 
the accessed object.
@@ -1220,6 +1220,8 @@ Cache Control
    the write cursor. The number of bytes is a percentage of the total number 
of bytes of content storage in the cache
    stripe where the object is stored and that percentage is set by this 
variable.
 
+   By default, the feature is off (set to 0).
+
 .. ts:cv:: CONFIG proxy.config.cache.hit_evacuate_size_limit INT 0
    :metric: bytes
 

Reply via email to