LibrePhotos / librephotos

A self-hosted open source photo management service. This is the repository of the backend.
MIT License
6.67k stars 290 forks source link

Unable to load more than ~1900 photos because of timeout of 30s (I guess) #806

Open loulou91 opened 1 year ago

loulou91 commented 1 year ago

I wanted to create personal album based on photos location. So I wanted first to use "album-places" ad click on the cover picture of the specific place and finally select pictures and add them to a personal album. In my configuration (local wifi network) process is fine if the number of photos to load is less than ~1900 corresponding to ~30s. Above, "no images found" is returned.

Client : Win11 Chrome dockerLP# docker image ls REPOSITORY TAG IMAGE ID CREATED SIZE reallibrephotos/librephotos-frontend dev 406dccbdd6e8 2 days ago 25.1MB postgres 13 dd421ca1f7f1 3 days ago 374MB reallibrephotos/librephotos dev 6da1b4e6bdea 4 days ago 4.76GB redis 6 55ee3f86a3bb 8 days ago 113MB reallibrephotos/librephotos-proxy dev 3f593fba5bd1 6 weeks ago 142MB

derneuere commented 1 year ago

Looks similar to #715