Debug settings for chunk size were _way_ to low for production

This commit is contained in:
Dirk Engling 2007-11-24 11:09:18 +00:00
parent 1bbcf71b56
commit b697b68eac
1 changed files with 1 additions and 1 deletions

View 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