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.
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.