From c6e03a9544829b4313fb1eb7ecf21b037c5b9b41 Mon Sep 17 00:00:00 2001 From: Karlie Li Date: Thu, 12 Dec 2024 13:02:12 -0800 Subject: [PATCH 1/4] cdn dreprecate turn on --- tools/config/config.json | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/tools/config/config.json b/tools/config/config.json index 671c809ea..0d5e71bf1 100644 --- a/tools/config/config.json +++ b/tools/config/config.json @@ -1,16 +1,18 @@ { - "version": "1.0.0", + "version": "1.0.1", "enabled": true, "featureOptIn": { "iKeyUsage": { "mode": 3, "onCfg": { "throttleMgrCfg.109.disabled": false, - "throttleMgrCfg.106.disabled": false + "throttleMgrCfg.106.disabled": false, + "throttleMgrCfg.110.disabled": false }, "offCfg": { "throttleMgrCfg.109.disabled": true, - "throttleMgrCfg.106.disabled": true + "throttleMgrCfg.106.disabled": true, + "throttleMgrCfg.110.disabled": true } } }, @@ -37,6 +39,16 @@ "monthInterval": 2, "daysOfMonth": [1] } + }, + "116": { + "disabled": false, + "limit": { + "samplingRate": 10000, + "maxSendNumber": 1 + }, + "interval": { + "dayInterval": 1 + } } } } From db657c4a3ed5218415cccf61520a6696ccb18fbb Mon Sep 17 00:00:00 2001 From: Karlie Li Date: Thu, 12 Dec 2024 16:15:26 -0800 Subject: [PATCH 2/4] udpate --- tools/config/config.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/tools/config/config.json b/tools/config/config.json index 0d5e71bf1..a72208ca9 100644 --- a/tools/config/config.json +++ b/tools/config/config.json @@ -6,14 +6,24 @@ "mode": 3, "onCfg": { "throttleMgrCfg.109.disabled": false, - "throttleMgrCfg.106.disabled": false, + "throttleMgrCfg.106.disabled": false + }, + "offCfg": { + "throttleMgrCfg.109.disabled": true, + "throttleMgrCfg.106.disabled": true + } + }, + "CdnUsage": { + "mode": 3, + "onCfg": { + "throttleMgrCfg.109.disabled": false, "throttleMgrCfg.110.disabled": false }, "offCfg": { "throttleMgrCfg.109.disabled": true, - "throttleMgrCfg.106.disabled": true, "throttleMgrCfg.110.disabled": true } + } }, "config": { From ee4714e242b9113f14aed820571e465d2879e63c Mon Sep 17 00:00:00 2001 From: Karlie Li Date: Thu, 12 Dec 2024 16:59:18 -0800 Subject: [PATCH 3/4] update --- tools/config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/config/config.json b/tools/config/config.json index a72208ca9..dda6fe763 100644 --- a/tools/config/config.json +++ b/tools/config/config.json @@ -14,7 +14,7 @@ } }, "CdnUsage": { - "mode": 3, + "mode": 4, "onCfg": { "throttleMgrCfg.109.disabled": false, "throttleMgrCfg.110.disabled": false From 5f69191500a9b6ab51c3913671ef114ffc039078 Mon Sep 17 00:00:00 2001 From: Karlie Li Date: Thu, 12 Dec 2024 17:00:59 -0800 Subject: [PATCH 4/4] update --- tools/config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/config/config.json b/tools/config/config.json index dda6fe763..98bb288ad 100644 --- a/tools/config/config.json +++ b/tools/config/config.json @@ -50,7 +50,7 @@ "daysOfMonth": [1] } }, - "116": { + "110": { "disabled": false, "limit": { "samplingRate": 10000,