]> Sergey Matveev's repositories - btrtrc.git/commit
Ignore cached piece completion state when verifying data
authorMatt Joiner <anacrolix@gmail.com>
Thu, 25 Jul 2019 04:10:21 +0000 (14:10 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Thu, 25 Jul 2019 04:10:21 +0000 (14:10 +1000)
commitbbeb69bb5fd8393af085c2df662d080559fd9b80
tree3b1067651d15f0ce176e7eaf25b1db5dcdeda1d2
parent018de2c96c8bd29808c3e59d1af02c82f9b93703
Ignore cached piece completion state when verifying data

Forcing data to be checked via VerifyData, and probably other places where piece checks are queued were being short-circuited due to cached piece completion. If a piece check is queued, or verifyData called, the cached completion state should be ignored.
torrent.go