## Summary We had reports of `/api/get_total_size` timing out. We should either optimize the API calls to avoid timeouts, or move the calculation to an async task. ## Category BUG
Summary
We had reports of
/api/get_total_sizetiming out. We should either optimize the API calls to avoid timeouts, or move the calculation to an async task.Category
BUG