You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 16, 2020. It is now read-only.
General issue for discussion about scalability and other issues that come with it
How do we make sure the API can handle the user loads, once the app goes live?
How do we protect against DDoS attacks? Do we use a service like CloudFlare?
How does the database cope with it?
How does the TCN protocol deal with large user loads? From what I can tell, every client has to ask for every infected UUID. Depending on the scale, that's a lot of users requesting a lot of UUIDs.