github bitmagnet-io/bitmagnet v0.1.1

latest releases: v0.9.4, v0.9.3, v0.9.2...
7 months ago

What's Changed

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: v0.1.0...v0.1.1

Don't miss a new bitmagnet release

NewReleases is sending notifications on new releases.