mirror of
https://github.com/beetbox/beets.git
synced 2026-05-20 12:15:40 -04:00
Previously, the db transaction was running concurrently with the file copying and tag writing. This meant that the transaction went needlessly long and made other db-writing processes time out. Now the transaction is short and occurs after all the file operations.