-
Updated
Jul 30, 2020 - PHP
magnet-link
Here are 86 public repositories matching this topic...
-
Updated
Aug 11, 2020 - Go
-
Updated
Jul 15, 2020 - Objective-C
-
Updated
Aug 4, 2020 - JavaScript
-
Updated
Aug 19, 2020
Manual should mention that check (-c) can be combined with hash option (--md5) for faster speed
I discovered that verifying hashes with -c is much slower than generating them.
I was using this command:
rhash -c --skip-ok download.sfv
iotop reported disk read speeds of 30 MB/sec and rhash was consuming 100% CPU.
Then I thought, how does rhash know that the SFV file contains MD5 hashes? It probably doesn't, and it runs all checksum algorithms when doing a check and see
-
Updated
Aug 15, 2020 - JavaScript
-
Updated
May 11, 2020 - Go
-
Updated
Aug 11, 2020 - C++
-
Updated
Aug 11, 2020 - Python
-
Updated
Feb 15, 2018 - JavaScript
-
Updated
Aug 11, 2020 - Python
-
Updated
Sep 19, 2017 - JavaScript
-
Updated
Jul 22, 2020 - JavaScript
-
Updated
Apr 7, 2020 - Python
Now I use a SQL to cleanup torrents belongs to nobody.
DELETE
FROM torrents
WHERE id NOT IN (
SELECT torrent_id
FROM user_torrents
)This should be done automatically.
-
Updated
Mar 24, 2020 - Python
-
Updated
Jan 25, 2019 - Python
-
Updated
Jun 6, 2020 - Python
-
Updated
Jun 25, 2020 - Python
-
Updated
Sep 2, 2019 - Go
-
Updated
May 10, 2018 - C#
-
Updated
Jul 30, 2020 - TypeScript
-
Updated
Aug 8, 2019
Improve this page
Add a description, image, and links to the magnet-link topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the magnet-link topic, visit your repo's landing page and select "manage topics."
Because in
CliClient.resume()we don't account for the case, when there is an exception in one of the async processing stages: