mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-03-08 02:01:39 +00:00
- Remove lock on read operations, only needed for write operations - Change to use context manager for sqlite connection - Remove long lived cursor object and use short lived cursors instead Fixes #1080