2 small but impactful changes in this release:
Files theshold changes
- When file count is over the
dht_crawler.save_files_threshold
, files are saved up to the threshold, instead of discarding all files - The default threshold has been increased from 50 to 100
- The
torrents
table now stores the total files count - Increasing the threshold will re-crawl torrents that have missing files info according to the new threshold
WebUI optimisations
A few tweaks that significantly improve performance of the web app.
Note: skipping a version number due to issues in aborted v0.7.6 release
What's Changed
- Fix typos on docsite by @mgdigital in #175
- dht_crawler.save_files_threshold changes by @mgdigital in #176
- WebUI optimisations and improvements by @mgdigital in #177
- Select missing field by @mgdigital in #178
- Add missing file by @mgdigital in #179
Full Changelog: v0.7.5...v0.7.7