From a419e9323c946441ce684056e3aaea006a07a43c Mon Sep 17 00:00:00 2001 From: minhkhul Date: Fri, 15 Dec 2023 17:02:17 -0500 Subject: [PATCH 1/2] set nchs lag to be max 19 days --- ansible/templates/sir_complainsalot-params-prod.json.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/templates/sir_complainsalot-params-prod.json.j2 b/ansible/templates/sir_complainsalot-params-prod.json.j2 index 9848c2710..16918208a 100644 --- a/ansible/templates/sir_complainsalot-params-prod.json.j2 +++ b/ansible/templates/sir_complainsalot-params-prod.json.j2 @@ -43,7 +43,7 @@ ] }, "nchs-mortality": { - "max_age":16, + "max_age":19, "maintainers": [] }, "hhs": { From f5f8a56dd1c95f1b8d8f7b64ff6d810ee9289817 Mon Sep 17 00:00:00 2001 From: minhkhul Date: Tue, 19 Dec 2023 14:26:25 -0500 Subject: [PATCH 2/2] set nchs lag to be max 19 days --- sir_complainsalot/params.json.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sir_complainsalot/params.json.template b/sir_complainsalot/params.json.template index 058069efb..35f0d7d83 100644 --- a/sir_complainsalot/params.json.template +++ b/sir_complainsalot/params.json.template @@ -43,7 +43,7 @@ ] }, "nchs-mortality": { - "max_age":16, + "max_age":19, "maintainers": [] }, "hhs": {