summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerdgeist <>2007-11-13 00:33:55 +0000
committererdgeist <>2007-11-13 00:33:55 +0000
commit91a3a3b342348a85149d2fb44148134b1c9fa2ee (patch)
treebed3932635e01cc435efe74bb33167d742728463
parent17b2ce10820ae13b2807ef94d48f04d8dfe08ab3 (diff)
Increase full scrape chunk size to 1/2meg
-rw-r--r--ot_fullscrape.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ot_fullscrape.c b/ot_fullscrape.c
index 8d4797a..3c9540d 100644
--- a/ot_fullscrape.c
+++ b/ot_fullscrape.c
@@ -18,7 +18,7 @@
18 Full scrapes usually are huge and one does not want to 18 Full scrapes usually are huge and one does not want to
19 allocate more memory. So lets get them in 1M units 19 allocate more memory. So lets get them in 1M units
20*/ 20*/
21#define OT_SCRAPE_CHUNK_SIZE (256*1024) 21#define OT_SCRAPE_CHUNK_SIZE (512*1024)
22 22
23/* "d8:completei%zde10:downloadedi%zde10:incompletei%zdee" */ 23/* "d8:completei%zde10:downloadedi%zde10:incompletei%zdee" */
24#define OT_FULLSCRAPE_MAXENTRYLEN 100 24#define OT_FULLSCRAPE_MAXENTRYLEN 100