commented out expensive invariant check in disk cache
This commit is contained in:
parent
f6b6b57c0e
commit
d8641705e3
|
@ -918,7 +918,7 @@ namespace libtorrent
|
|||
{
|
||||
cached_piece_entry const& p = *i;
|
||||
TORRENT_ASSERT(p.blocks);
|
||||
TORRENT_ASSERT(p.num_contiguous_blocks == contiguous_blocks(p));
|
||||
// TORRENT_ASSERT(p.num_contiguous_blocks == contiguous_blocks(p));
|
||||
|
||||
TORRENT_ASSERT(p.storage);
|
||||
int piece_size = p.storage->info()->piece_size(p.piece);
|
||||
|
|
Loading…
Reference in New Issue