v0.1.1
版本发布时间: 2023-11-12 23:19:04
bitmagnet-io/bitmagnet最新发布版本:v0.9.5(2024-07-17 23:26:34)
What's Changed
- Update docsite by @mgdigital in https://github.com/bitmagnet-io/bitmagnet/pull/48
- Fix config resolver bug by @mgdigital in https://github.com/bitmagnet-io/bitmagnet/pull/61
- Respect savePieces config by @mgdigital in https://github.com/bitmagnet-io/bitmagnet/pull/62
The DHT crawler was incorrectly saving pieces which may use a lot of database disk space. To recover the used space you'll need to run the following query on the Postgres database (this may take a few minutes):
update torrents set pieces = null, piece_length = null where pieces is not null;
Full Changelog: https://github.com/bitmagnet-io/bitmagnet/compare/v0.1.0...v0.1.1