change default minimum chunk size to 16MB (Issue #20)

This commit is contained in:
Ryo Nakamura
2024-04-26 18:17:13 +09:00
parent 01fe30efc7
commit 7c5314ea11
4 changed files with 14 additions and 15 deletions

View File

@@ -62,7 +62,7 @@ struct mscp {
struct mscp_thread scan; /* mscp_thread for mscp_scan_thread() */
};
#define DEFAULT_MIN_CHUNK_SZ (64 << 20) /* 64MB */
#define DEFAULT_MIN_CHUNK_SZ (16 << 20) /* 16MB */
#define DEFAULT_NR_AHEAD 32
#define DEFAULT_BUF_SZ 16384
/* XXX: we use 16384 byte buffer pointed by