Updated Branches: refs/heads/master ebe3502c1 -> 1b75d0f0f
TS-2168 Make RecordsConfig.cc more inline with default builds. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/1b75d0f0 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/1b75d0f0 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/1b75d0f0 Branch: refs/heads/master Commit: 1b75d0f0f27276cb2b123cce8e371454f7673e2a Parents: ebe3502 Author: Leif Hedstrom <[email protected]> Authored: Wed Sep 4 17:02:03 2013 -0600 Committer: Leif Hedstrom <[email protected]> Committed: Wed Sep 4 17:02:07 2013 -0600 ---------------------------------------------------------------------- CHANGES | 2 ++ mgmt/RecordsConfig.cc | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/1b75d0f0/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 10259f3..a8b1318 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,8 @@ -*- coding: utf-8 -*- Changes with Apache Traffic Server 4.1.0 + *) [TS-2168] Make RecordsConfig.cc more inline with default builds. + *) [TS-2174] traffic_shell/traffic_line miss some stats value *) [TS-2173] RECD_COUNTER type is missing in setTokenValue(). http://git-wip-us.apache.org/repos/asf/trafficserver/blob/1b75d0f0/mgmt/RecordsConfig.cc ---------------------------------------------------------------------- diff --git a/mgmt/RecordsConfig.cc b/mgmt/RecordsConfig.cc index 3f7661d..81f0b2d 100644 --- a/mgmt/RecordsConfig.cc +++ b/mgmt/RecordsConfig.cc @@ -1947,7 +1947,7 @@ RecordElement RecordsConfig[] = { , {RECT_CONFIG, "proxy.config.allocator.max_overage", RECD_INT, "3", RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL} , - {RECT_CONFIG, "proxy.config.allocator.enable_reclaim", RECD_INT, "1", RECU_NULL, RR_NULL, RECC_NULL, "[0-1]", RECA_NULL} + {RECT_CONFIG, "proxy.config.allocator.enable_reclaim", RECD_INT, "0", RECU_NULL, RR_NULL, RECC_NULL, "[0-1]", RECA_NULL} , {RECT_CONFIG, "proxy.config.allocator.reclaim_factor", RECD_FLOAT, "0.3", RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL} ,
