From e3103d30f73e087382b9eebdea5c83166368e4b1 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Sat, 24 Nov 2007 11:09:18 +0000 Subject: Debug settings for chunk size were _way_ to low for production --- ot_fullscrape.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3