Albums: Don't save to YAML every time the background worker runs #2705
Labels
enhancement
Refactoring, improvement or maintenance task
performance
Performance Optimization
released
Available in the stable release
The moments background worker currently calls
BackupAlbums()
on every execution, which can result in many album YAML backup files being written every 15 minutes, causing high CPU and disk load.Since the album backups are updated anyway when changes are made, this is not strictly necessary. Users can also run the backup CLI command for this if they want to make sure they have a full backup.
The text was updated successfully, but these errors were encountered: