Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upIs it possible to createServer without waiting to finish hash checks? #1533
Comments
This comment has been minimized.
This comment has been minimized.
|
Hey @untitledlt, Could I ask for you to show code examples of what you are talking about?
How are you adding the already downloaded torrent? Are you calling If you are sure you have the entire torrent downloaded, you can pass the option Also seeding via As this is a question I'm going to close this, but feel free to continue the discussion, I'll be happy to help. |
This comment has been minimized.
This comment has been minimized.
|
Thanks for an answer! I guess I should store every torrent state to database so i would know which torrent is completed and use But still i don't understand when i should use |
This comment has been minimized.
This comment has been minimized.
|
@untitledlt I don't help with
Hope this helps. |
This comment has been minimized.
This comment has been minimized.
|
Looks like |
This comment has been minimized.
This comment has been minimized.
|
You can't re-verify the torrent easily after passing |
F.e. if 10 GB movie is already downloaded, it takes almost a minute to hash torrent and only then i can
torrent. createServer. If it's a new torrent I can start playback in 10 seconds so it's faster to delete files and start over.Would it be possible to start
createServerwhile hashing is still in progress?