Repository: trafficserver Updated Branches: refs/heads/master dfd977699 -> 96acbc15f
Fix documentation typo. This closes #529. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/96acbc15 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/96acbc15 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/96acbc15 Branch: refs/heads/master Commit: 96acbc15fd810c7281cba32c0dc6ee4d942f7f0f Parents: dfd9776 Author: Yuri <[email protected]> Authored: Thu Mar 17 16:15:57 2016 +0800 Committer: James Peach <[email protected]> Committed: Thu Mar 17 08:11:48 2016 -0700 ---------------------------------------------------------------------- doc/admin-guide/configuration/cache-basics.en.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/96acbc15/doc/admin-guide/configuration/cache-basics.en.rst ---------------------------------------------------------------------- diff --git a/doc/admin-guide/configuration/cache-basics.en.rst b/doc/admin-guide/configuration/cache-basics.en.rst index be2a75b..3e91ded 100644 --- a/doc/admin-guide/configuration/cache-basics.en.rst +++ b/doc/admin-guide/configuration/cache-basics.en.rst @@ -685,7 +685,7 @@ connection is fast and the origin server connection slow. If very large objects are being used this can cause the memory usage of Traffic Server to become `very large <https://issues.apache.org/jira/browse/TS-1496>`_. -This problem can be ameloriated by controlling the amount of buffer space used +This problem can be ameliorated by controlling the amount of buffer space used by a transaction. A high water and low water mark are set in terms of bytes used by the transaction. If the buffer space in use exceeds the high water mark, the connection is throttled to prevent additional external data from
