Photo Gallery is a self-hosted performant application to organize your photos. Built for speed with React and Go.
GNU Affero General Public License v3.0
15
stars
2
forks
source link
Avoid scanning same album concurrently #45
Closed
rigon closed 1 year ago
When an album requires scanning but there are multiple requests that album, multiple scans are spawned in the same album.
Should be a locking mechanism to prevent starting a scan if another scan is already running on the album.