diff --git a/ot_fullscrape.c b/ot_fullscrape.c index 36249fb..d85aa9d 100644 --- a/ot_fullscrape.c +++ b/ot_fullscrape.c @@ -25,7 +25,7 @@ Full scrapes usually are huge and one does not want to allocate more memory. So lets get them in 512k units */ -#define OT_SCRAPE_CHUNK_SIZE (1024) +#define OT_SCRAPE_CHUNK_SIZE (512*1024) /* "d8:completei%zde10:downloadedi%zde10:incompletei%zdee" */ #define OT_SCRAPE_MAXENTRYLEN 256