summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authortiptorrent development team <tiptorrent@soleta.eu>2022-02-10 22:23:52 +0100
committertiptorrent development team <tiptorrent@soleta.eu>2022-02-10 23:21:45 +0100
commitdb94ee6ef80848d1c383faccb045b139ed8dacc4 (patch)
treed0ae0150096a208c9b7fcf45b27449851c182b0f /src
parent900ae1d783dc34c8215480839b932c2438533f4a (diff)
increase number of chunks to 64
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 9771370..b48fc78 100644
--- a/src/main.c
+++ b/src/main.c
@@ -30,7 +30,7 @@
#define TIP_TORRENT_PORT 9999
/* number of chunks for files. */
-#define MAX_CHUNKS 4
+#define MAX_CHUNKS 64
#define container_of(ptr, type, member) ({ \
typeof( ((type *)0)->member ) *__mptr = (ptr); \