Make chunk default size 10 MB

This commit is contained in:
Klaas Freitag 2013-03-14 13:15:21 +01:00
parent dd74b12b48
commit 0ab1a4aeeb

View file

@ -40,7 +40,7 @@
#define DEBUG_HBF(...) printf(__VA_ARGS__)
#endif
#define DEFAULT_BLOG_SIZE (1024*1024)
#define DEFAULT_BLOG_SIZE (10*1024*1024)
static int get_transfer_block_size() {
return DEFAULT_BLOG_SIZE;