From 6b7810d3f5f6e9248212ec655920eff3de1d7c8b Mon Sep 17 00:00:00 2001 From: tiptorrent development team Date: Thu, 10 Feb 2022 22:51:43 +0100 Subject: increase number of chunks to 64 --- src/core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core.h') diff --git a/src/core.h b/src/core.h index c4d6379..91b2b24 100644 --- a/src/core.h +++ b/src/core.h @@ -6,7 +6,7 @@ #include #include -#define MAX_CHUNKS 4 +#define MAX_CHUNKS 64 #define TIP_MSG_REQUEST_MAXLEN 131072 -- cgit v1.2.3-18-g5258