This release contains several minor optimisations and bug fixes.
Torrent pieces have been moved to their own table. This change mainly affects users who had enabled dht_crawler.save_pieces
, and should improve search performance for those users.
What's Changed
- Move torrent pieces to separate table by @mgdigital in #134
- Reduce processor queue concurrency and increase timeout by @mgdigital in #135
- Upgrade go to 1.22 by @mgdigital in #136
- Upgrade GitHub Actions by @mgdigital in #137
- Fix importer handling of unclosed connection by @mgdigital in #138
- Check for "\x00" by @mgdigital in #139
Full Changelog: v0.7.0...v0.7.1