dstotijn / ct-diag-server

Diagnosis server for Apple/Google's (COVID-19) Exposure Notification framework.
MIT License
61 stars 7 forks source link

Upload limit is hardcoded #28

Closed ijansch closed 4 years ago

ijansch commented 4 years ago

The 14 days in the spec is phrased as an example and not a hard limit. Health authorities may want to change this based on epidemiological characteristics. So it’s probably better to move this value to a config:

https://github.com/dstotijn/ct-diag-server/blob/ed911c119b43af1147c9bfa267dd3536a08c560b/diag/diag.go#L18