(trunk libT) #1580: use a 65K read buffer for the hash check, even for embedded systems.
This commit is contained in:
parent
9f1709352b
commit
7403048738
|
@ -30,11 +30,7 @@
|
|||
#include "torrent.h"
|
||||
#include "utils.h"
|
||||
|
||||
#ifdef TR_EMBEDDED
|
||||
#define TR_HASH_BUFSIZE (16*1024)
|
||||
#else
|
||||
#define TR_HASH_BUFSIZE (64*1024)
|
||||
#endif
|
||||
#define TR_HASH_BUFSIZE (64*1024)
|
||||
|
||||
/****
|
||||
***** Low-level IO functions
|
||||
|
|
Loading…
Reference in New Issue