Skip to content

Commit 5335fb8

Browse files
authored
Merge pull request #1040 from cmu-delphi/google-symptoms-max-lag
Change max age of google-symptoms to 6 days
2 parents 222876a + 0ead60d commit 5335fb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ansible/templates/sir_complainsalot-params-prod.json.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"maintainers": ["U01AP8GSWG3","U01069KCRS7"]
1717
},
1818
"google-symptoms": {
19-
"max_age": 11,
19+
"max_age": 6,
2020
"maintainers": ["U01AP8GSWG3","U01069KCRS7"]
2121
},
2222
"usa-facts": {

sir_complainsalot/params.json.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"maintainers": ["U01AP8GSWG3","U01069KCRS7"]
1818
},
1919
"google-symptoms": {
20-
"max_age": 11,
20+
"max_age": 6,
2121
"maintainers": ["U01AP8GSWG3","U01069KCRS7"]
2222
},
2323
"usa-facts": {

0 commit comments

Comments
 (0)