]> git.ipfire.org Git - thirdparty/opentracker.git/commitdiff
Debug settings for chunk size were _way_ to low for production
authorerdgeist <>
Sat, 24 Nov 2007 11:09:18 +0000 (11:09 +0000)
committererdgeist <>
Sat, 24 Nov 2007 11:09:18 +0000 (11:09 +0000)
ot_fullscrape.c

index 36249fb519d545d1876654765cd7afb92db0ebfb..d85aa9d3a81bb836cf9a5174192345ef07133542 100644 (file)
@@ -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