Saving uploaded images is very long (or even crash) when too many files are uploaded at the same time
Open
Images
- Dominant language
- Python
- Stars
- 26
- Forks
- 28
- Avg merge
- 4h
- Merged PRs (30d)
- 9
Description
When a request is made to `/images/list` with a list of images, a request is made for each image to the image service to *activate* the images.
Instead of making a request for each image, a single request should be made for all images.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.