You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2014/01/10 05:36:41 UTC

[2/2] git commit: Fix typo

Fix typo


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

Branch: refs/heads/master
Commit: 941c358c8791fae7a030c0ff26b52f26f4db456c
Parents: c89d146
Author: Leif Hedstrom <zw...@apache.org>
Authored: Thu Jan 9 21:36:17 2014 -0700
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Thu Jan 9 21:36:21 2014 -0700

----------------------------------------------------------------------
 mgmt/RecordsConfig.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/941c358c/mgmt/RecordsConfig.cc
----------------------------------------------------------------------
diff --git a/mgmt/RecordsConfig.cc b/mgmt/RecordsConfig.cc
index f11f6b1..63738ff 100644
--- a/mgmt/RecordsConfig.cc
+++ b/mgmt/RecordsConfig.cc
@@ -888,7 +888,7 @@ RecordElement RecordsConfig[] = {
   ,
   {RECT_CONFIG, "proxy.config.cache.ram_cache.algorithm", RECD_INT, "0", RECU_RESTART_TS, RR_NULL, RECC_INT, "[0-1]", RECA_NULL}
   ,
-  {RECT_CONFIG, "proxy.config.cache.ram_cache.compress", RECD_INT, "0", RECU_RESTART_TS, RR_NULL, RECC_INT, "[0-1]", RECA_NULL}
+  {RECT_CONFIG, "proxy.config.cache.ram_cache.compress", RECD_INT, "0", RECU_RESTART_TS, RR_NULL, RECC_INT, "[0-3]", RECA_NULL}
   ,
   {RECT_CONFIG, "proxy.config.cache.ram_cache.compress_percent", RECD_INT, "90", RECU_RESTART_TS, RR_NULL, RECC_NULL, NULL, RECA_NULL}
   ,


Re: [2/2] git commit: Fix typo

Posted by Leif Hedstrom <zw...@apache.org>.
On Jan 10, 2014, at 8:45 AM, Igor Galić <i....@brainsware.org> wrote:

> 
> 
> ----- Original Message -----
>> -  {RECT_CONFIG, "proxy.config.cache.ram_cache.compress", RECD_INT, "0",
>> RECU_RESTART_TS, RR_NULL, RECC_INT, "[0-1]", RECA_NULL}
>> +  {RECT_CONFIG, "proxy.config.cache.ram_cache.compress", RECD_INT, "0",
>> RECU_RESTART_TS, RR_NULL, RECC_INT, "[0-3]", RECA_NULL}
>>   ,
>>   {RECT_CONFIG, "proxy.config.cache.ram_cache.compress_percent", RECD_INT,
>>   "90", RECU_RESTART_TS, RR_NULL, RECC_NULL, NULL, RECA_NULL}
>>   ,
>> 
>> 
> how did that ever work?


Hah! Because of https://issues.apache.org/jira/browse/TS-2442

— Leif


Re: [2/2] git commit: Fix typo

Posted by Igor Galić <i....@brainsware.org>.

----- Original Message -----
> Fix typo
> 
> 
> Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
> Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/941c358c
> Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/941c358c
> Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/941c358c
> 
> Branch: refs/heads/master
> Commit: 941c358c8791fae7a030c0ff26b52f26f4db456c
> Parents: c89d146
> Author: Leif Hedstrom <zw...@apache.org>
> Authored: Thu Jan 9 21:36:17 2014 -0700
> Committer: Leif Hedstrom <zw...@apache.org>
> Committed: Thu Jan 9 21:36:21 2014 -0700
> 
> ----------------------------------------------------------------------
>  mgmt/RecordsConfig.cc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> ----------------------------------------------------------------------
> 
> 
> http://git-wip-us.apache.org/repos/asf/trafficserver/blob/941c358c/mgmt/RecordsConfig.cc
> ----------------------------------------------------------------------
> diff --git a/mgmt/RecordsConfig.cc b/mgmt/RecordsConfig.cc
> index f11f6b1..63738ff 100644
> --- a/mgmt/RecordsConfig.cc
> +++ b/mgmt/RecordsConfig.cc
> @@ -888,7 +888,7 @@ RecordElement RecordsConfig[] = {
>    ,
>    {RECT_CONFIG, "proxy.config.cache.ram_cache.algorithm", RECD_INT, "0",
>    RECU_RESTART_TS, RR_NULL, RECC_INT, "[0-1]", RECA_NULL}
>    ,
> -  {RECT_CONFIG, "proxy.config.cache.ram_cache.compress", RECD_INT, "0",
> RECU_RESTART_TS, RR_NULL, RECC_INT, "[0-1]", RECA_NULL}
> +  {RECT_CONFIG, "proxy.config.cache.ram_cache.compress", RECD_INT, "0",
> RECU_RESTART_TS, RR_NULL, RECC_INT, "[0-3]", RECA_NULL}
>    ,
>    {RECT_CONFIG, "proxy.config.cache.ram_cache.compress_percent", RECD_INT,
>    "90", RECU_RESTART_TS, RR_NULL, RECC_NULL, NULL, RECA_NULL}
>    ,
> 
> 
how did that ever work?



-- 
Igor Galić

Tel: +43 (0) 664 886 22 883
Mail: i.galic@brainsware.org
URL: http://brainsware.org/
GPG: 8716 7A9F 989B ABD5 100F  4008 F266 55D6 2998 1641