]> Sergey Matveev's repositories - btrtrc.git/commit
Don't verify data at startup, add Torrent.Piece.VerifyData and Torrent.VerifyData...
authorMatt Joiner <anacrolix@gmail.com>
Fri, 15 Sep 2017 09:22:32 +0000 (19:22 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Fri, 15 Sep 2017 09:22:32 +0000 (19:22 +1000)
commit2aa20b3e222e218541b30d9e063cd2e3c855e9ca
treec4031f110b524eb793214001922a417a7dc48695
parentb39df82fbc9269c69257ac22dea87338a886faf6
Don't verify data at startup, add Torrent.Piece.VerifyData and Torrent.VerifyData for this purpose

This has the side effect of deflaking a lot of tests that race to verify data when a torrent is added.
client_test.go
piece.go
t.go
torrent.go