Laixer / Swabbr-Backend

API backend for the Swabbr application.
2 stars 0 forks source link

Implemented fix for profile image storage #254

Closed tabeckers closed 3 years ago

tabeckers commented 3 years ago

Implemented fix for the backend crash. What happened was that the stored profile images (base64 encoded) were becoming too large. Queries became incredibly slow and sending too many requests made the backend run out of memory - and crash.

The new solution uses a CDN to distribute these images.