]> git.ipfire.org Git - thirdparty/opentracker.git/commitdiff
Increase full scrape chunk size to 1/2meg
authorerdgeist <>
Tue, 13 Nov 2007 00:33:55 +0000 (00:33 +0000)
committererdgeist <>
Tue, 13 Nov 2007 00:33:55 +0000 (00:33 +0000)
ot_fullscrape.c

index 8d4797a0601a223702af28b26db6ee87dacd5897..3c9540d35271fe685c47aa416955588c415a27b8 100644 (file)
@@ -18,7 +18,7 @@
    Full scrapes usually are huge and one does not want to
    allocate more memory. So lets get them in 1M units
 */
-#define OT_SCRAPE_CHUNK_SIZE (256*1024)
+#define OT_SCRAPE_CHUNK_SIZE (512*1024)
 
 /* "d8:completei%zde10:downloadedi%zde10:incompletei%zdee" */
 #define OT_FULLSCRAPE_MAXENTRYLEN 100