mirror of
https://github.com/transmission/transmission
synced 2025-02-22 14:10:34 +00:00
(trunk libT) fix r10689 oops
This commit is contained in:
parent
25a5b2918a
commit
035dea80df
1 changed files with 1 additions and 2 deletions
|
@ -60,8 +60,7 @@ verifyTorrent( tr_torrent * tor, tr_bool * stopFlag )
|
|||
tr_piece_index_t pieceIndex = 0;
|
||||
const time_t begin = tr_time( );
|
||||
time_t end;
|
||||
//const int64_t buflen = 1024 * 128; /* 128 KiB buffer */
|
||||
const int64_t buflen = 1024 * 1024;
|
||||
const int64_t buflen = 1024 * 128; /* 128 KiB buffer */
|
||||
uint8_t * buffer = tr_valloc( buflen );
|
||||
|
||||
SHA1_Init( &sha );
|
||||
|
|
Loading…
Reference in a new issue