alan-turing-institute / CounterfactualCovid19

Repository for the Leeds-Turing project for simulating a counterfactual history of the growth of COVID-19 cases in Europe
4 stars 2 forks source link

Reduce backend calls #127

Closed jemrobinson closed 3 years ago

jemrobinson commented 3 years ago

Added debouncing to the loadCasesData function. This means that when we call it a few times in quick succession only the last call is passed on the backend, reducing processing time there.

Closes #115