mirror of
https://github.com/iv-org/invidious.git
synced 2026-05-02 12:13:45 +05:30
21049518d6
Summing the sizes of each cached file every time is very inefficient. Instead we can simply store the cache size in an constant and increase it everytime a file is added into the cache.