(trunk libT) #1580: use a 65K read buffer for the hash check, even for embedded systems.

This commit is contained in:
Charles Kerr 2008-12-10 13:57:21 +00:00
parent 9f1709352b
commit 7403048738
1 changed files with 1 additions and 5 deletions

View File

@ -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